Changeset 8418
- Timestamp:
- 05/14/2014 12:32:15 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/define-constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/define-constants.php
r8415 r8418 27 27 // Support WP_DEVELOP_DIR, as used by some plugins 28 28 if ( false !== getenv( 'WP_DEVELOP_DIR' ) ) { 29 define( 'WP_ TESTS_DIR', getenv( 'WP_DEVELOP_DIR' ) );29 define( 'WP_ROOT_DIR', getenv( 'WP_DEVELOP_DIR' ) ); 30 30 } else { 31 31 define( 'WP_ROOT_DIR', dirname( dirname( dirname( dirname( dirname( dirname( dirname( __DIR__ ) ) ) ) ) ) ) );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)