Changeset 45588 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 07/02/2019 04:43:01 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r42343 r45588 21 21 tests_reset__SERVER(); 22 22 23 $PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php'; 23 $PHP_SELF = '/index.php'; 24 $GLOBALS['PHP_SELF'] = '/index.php'; 25 $_SERVER['PHP_SELF'] = '/index.php'; 24 26 25 27 tests_add_filter( 'wp_die_handler', '_wp_die_handler_filter_exit' );
Note: See TracChangeset
for help on using the changeset viewer.