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/tests/auth.php

    r30576 r32785  
    1111                parent::setUp();
    1212                $this->user_id = $this->factory->user->create();
    13 
    14                 $_SERVER['REQUEST_METHOD'] = null;
    1513        }
    1614
Note: See TracChangeset for help on using the changeset viewer.