Changeset 34172 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 09/15/2015 08:04:33 AM (9 years ago)
- File:
-
- 1 edited
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.