Make WordPress Core


Ignore:
Timestamp:
06/16/2015 12:03:25 AM (11 years ago)
Author:
wonderboymusic
Message:

Set $_SERVER['REQUEST_METHOD'] for unit tests.

Props johnbillion.
Fixes #32636.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/install.php

    r32139 r32785  
    1616$_SERVER['SERVER_PROTOCOL'] = 'HTTP/1.1';
    1717$_SERVER['HTTP_HOST'] = WP_TESTS_DOMAIN;
     18$_SERVER['REQUEST_METHOD'] = 'GET';
    1819$PHP_SELF = $GLOBALS['PHP_SELF'] = $_SERVER['PHP_SELF'] = '/index.php';
    1920
Note: See TracChangeset for help on using the changeset viewer.