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