Make WordPress Core

Changeset 765 in tests for trunk/boostrap.php


Ignore:
Timestamp:
06/30/2012 05:45:50 PM (14 years ago)
Author:
maxcutler
Message:

Add DIR_TESTDATA constant back.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boostrap.php

    r763 r765  
    2222
    2323require_once $config_file_path;
     24
     25define( 'DIR_TESTDATA', dirname( __FILE__ ) . '/wp-testdata' );
    2426
    2527$_SERVER['SERVER_PROTOCOL'] = 'HTTP/1.1';
Note: See TracChangeset for help on using the changeset viewer.