Changeset 38858 for trunk/tests/phpunit/tests/customize/widgets.php
- Timestamp:
- 10/21/2016 11:02:37 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/customize/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/widgets.php
r38850 r38858 40 40 $this->assertArrayHasKey( 2, $widget_categories ); 41 41 $this->assertEquals( '', $widget_categories[2]['title'] ); 42 43 // @todo We should not be including a theme anyway44 remove_action( 'after_setup_theme', 'twentyfifteen_setup' );45 remove_action( 'after_setup_theme', 'twentysixteen_setup' );46 remove_action( 'customize_register', 'twentysixteen_customize_register', 11 );47 remove_action( 'after_setup_theme', 'twentyseventeen_setup' );48 remove_action( 'customize_register', 'twentyseventeen_customize_register' );49 42 50 43 $this->backup_registered_sidebars = $GLOBALS['wp_registered_sidebars'];
Note: See TracChangeset
for help on using the changeset viewer.