- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r32785 r34172 39 39 $_SERVER['HTTP_HOST'] = WP_TESTS_DOMAIN; 40 40 $_SERVER['REQUEST_METHOD'] = 'GET'; 41 $_SERVER['REMOTE_ADDR'] = '127.0.0.1'; 41 42 $PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php'; 42 43
Note: See TracChangeset
for help on using the changeset viewer.