Changeset 45588 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 07/02/2019 04:43:01 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r45445 r45588 72 72 define( 'REST_TESTS_IMPOSSIBLY_HIGH_NUMBER', 99999999 ); 73 73 74 $PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php'; 74 $PHP_SELF = '/index.php'; 75 $GLOBALS['PHP_SELF'] = '/index.php'; 76 $_SERVER['PHP_SELF'] = '/index.php'; 75 77 76 78 // Should we run in multisite mode?
Note: See TracChangeset
for help on using the changeset viewer.