Make WordPress Core


Ignore:
Timestamp:
09/14/2022 03:50:01 PM (3 years ago)
Author:
hellofromTonya
Message:

Editor: Revert [54159].

Reverting changeset due to failing PHPUnit tests. Tests pass without changeset [54156], but fail with it. Reverting to explore why in the original PR after rebasing.

See #56467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-themes-controller.php

    r54159 r54160  
    397397        $this->assertArrayHasKey( 'disable-custom-font-sizes', $theme_supports );
    398398        $this->assertArrayHasKey( 'disable-custom-gradients', $theme_supports );
    399         $this->assertArrayHasKey( 'disable-layout-styles', $theme_supports );
    400399        $this->assertArrayHasKey( 'editor-color-palette', $theme_supports );
    401400        $this->assertArrayHasKey( 'editor-font-sizes', $theme_supports );
     
    408407        $this->assertArrayHasKey( 'title-tag', $theme_supports );
    409408        $this->assertArrayHasKey( 'wp-block-styles', $theme_supports );
    410         $this->assertCount( 22, $theme_supports );
     409        $this->assertCount( 21, $theme_supports );
    411410    }
    412411
Note: See TracChangeset for help on using the changeset viewer.