Make WordPress Core

Changeset 52630


Ignore:
Timestamp:
01/24/2022 12:54:16 PM (3 years ago)
Author:
ocean90
Message:

Tests: Revert [52617].

Following [52629], the tests no longer throw an exception.

See #54318.
See #54882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.9/tests/phpunit/tests/theme.php

    r52617 r52630  
    262262     */
    263263    public function test_switch_theme() {
    264         $this->expectException( 'WPDieException' );
    265264        $themes = get_themes();
    266265
     
    722721     */
    723722    public function test_block_theme_has_default_support( $support ) {
    724         $this->expectException( 'WPDieException' );
    725723        $this->helper_requires_block_theme();
    726724
     
    827825     */
    828826    public function test_block_theme_should_load_separate_core_block_assets_by_default() {
    829         $this->expectException( 'WPDieException' );
    830827        $this->helper_requires_block_theme();
    831828
Note: See TracChangeset for help on using the changeset viewer.