Changeset 35244 for trunk/tests/phpunit/tests/ajax/CustomizeMenus.php
- Timestamp:
- 10/17/2015 07:24:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/CustomizeMenus.php
r35242 r35244 27 27 $this->wp_customize = new WP_Customize_Manager(); 28 28 $wp_customize = $this->wp_customize; 29 }30 31 /**32 * Tear down the test fixture.33 */34 public function tearDown() {35 wp_set_current_user( 0 );36 parent::tearDown();37 29 } 38 30
Note: See TracChangeset
for help on using the changeset viewer.