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
Next Next commit
Remove Gutenberg suffix
  • Loading branch information
ramonjd committed Sep 9, 2022
commit 3d2f156b8195d09ef9aad16c88ad9f13247c8e37
2 changes: 1 addition & 1 deletion tests/phpunit/tests/style-engine/styleEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ public function test_should_not_store_block_styles_without_context() {
)
);

$all_stores = WP_Style_Engine_CSS_Rules_Store_Gutenberg::get_stores();
$all_stores = WP_Style_Engine_CSS_Rules_Store::get_stores();

$this->assertEmpty( $all_stores );
}
Expand Down