Make WordPress Core


Ignore:
Timestamp:
04/19/2015 08:01:25 AM (11 years ago)
Author:
pento
Message:

Backport the PHPUnit test fixes from [31622] to the 3.9 branch.

Props boonebgorges.

See #31537.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9/tests/phpunit/tests/ajax/Autosave.php

    r26995 r32149  
    4747         */
    4848        public function tearDown() {
     49                wp_set_current_user( 0 );
    4950                parent::tearDown();
    50                 wp_set_current_user( 0 );
    5151        }
    5252
Note: See TracChangeset for help on using the changeset viewer.