Changeset 32785 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 06/16/2015 12:03:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r30298 r32785 38 38 $_SERVER['SERVER_PROTOCOL'] = 'HTTP/1.1'; 39 39 $_SERVER['HTTP_HOST'] = WP_TESTS_DOMAIN; 40 $_SERVER['REQUEST_METHOD'] = 'GET'; 40 41 $PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php'; 41 42
Note: See TracChangeset
for help on using the changeset viewer.