Changeset 35350 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 10/21/2015 11:51:45 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r32785 r35350 16 16 $_SERVER['SERVER_PROTOCOL'] = 'HTTP/1.1'; 17 17 $_SERVER['HTTP_HOST'] = WP_TESTS_DOMAIN; 18 $_SERVER['SERVER_NAME'] = WP_TESTS_DOMAIN; 18 19 $_SERVER['REQUEST_METHOD'] = 'GET'; 20 $_SERVER['REMOTE_ADDR'] = '127.0.0.1'; 21 19 22 $PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php'; 20 23
Note: See TracChangeset
for help on using the changeset viewer.