Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixes failing test.
Co-authored-by: Colin Stewart <[email protected]>
  • Loading branch information
hellofromtonya and costdev authored Dec 13, 2021
commit afd821b179b64eb78184fd5d32de29f7366ffe28
1 change: 0 additions & 1 deletion tests/phpunit/tests/ajax/CustomizeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,6 @@ public function test_wp_ajax_customize_load_themes_action() {
$this->assertNotEmpty( $theme['name'], 'Theme name cannot be empty' );

$this->assertArrayHasKey( 'blockTheme', $theme, 'Themes data must include information about blocks support' );
$this->assertNotEmpty( $theme['blockTheme'], 'Information about blocks support must not be empty' );
}
}
}