mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@54160 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -396,7 +396,6 @@ class WP_Test_REST_Themes_Controller extends WP_Test_REST_Controller_Testcase {
|
||||
$this->assertArrayHasKey( 'dark-editor-style', $theme_supports );
|
||||
$this->assertArrayHasKey( 'disable-custom-font-sizes', $theme_supports );
|
||||
$this->assertArrayHasKey( 'disable-custom-gradients', $theme_supports );
|
||||
$this->assertArrayHasKey( 'disable-layout-styles', $theme_supports );
|
||||
$this->assertArrayHasKey( 'editor-color-palette', $theme_supports );
|
||||
$this->assertArrayHasKey( 'editor-font-sizes', $theme_supports );
|
||||
$this->assertArrayHasKey( 'editor-gradient-presets', $theme_supports );
|
||||
@@ -407,7 +406,7 @@ class WP_Test_REST_Themes_Controller extends WP_Test_REST_Controller_Testcase {
|
||||
$this->assertArrayHasKey( 'responsive-embeds', $theme_supports );
|
||||
$this->assertArrayHasKey( 'title-tag', $theme_supports );
|
||||
$this->assertArrayHasKey( 'wp-block-styles', $theme_supports );
|
||||
$this->assertCount( 22, $theme_supports );
|
||||
$this->assertCount( 21, $theme_supports );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user