Changeset 35754
- Timestamp:
- 12/01/2015 08:55:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/widgets.php
r35724 r35754 37 37 $this->assertEquals( '', $widget_categories[2]['title'] ); 38 38 39 remove_action( 'after_setup_theme', 'twentyfifteen_setup' ); // @todo We should not be including a theme anyway 39 // @todo We should not be including a theme anyway 40 remove_action( 'after_setup_theme', 'twentyfifteen_setup' ); 41 remove_action( 'after_setup_theme', 'twentysixteen_setup' ); 40 42 41 43 $user_id = self::factory()->user->create( array( 'role' => 'administrator' ) );
Note: See TracChangeset
for help on using the changeset viewer.