Changeset 52617
- Timestamp:
- 01/21/2022 08:46:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9/tests/phpunit/tests/theme.php
r52439 r52617 262 262 */ 263 263 public function test_switch_theme() { 264 $this->expectException( 'WPDieException' ); 264 265 $themes = get_themes(); 265 266 … … 721 722 */ 722 723 public function test_block_theme_has_default_support( $support ) { 724 $this->expectException( 'WPDieException' ); 723 725 $this->helper_requires_block_theme(); 724 726 … … 825 827 */ 826 828 public function test_block_theme_should_load_separate_core_block_assets_by_default() { 829 $this->expectException( 'WPDieException' ); 827 830 $this->helper_requires_block_theme(); 828 831
Note: See TracChangeset
for help on using the changeset viewer.