Skip to content

Commit

Permalink
Rename test to include gutenberg prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Nov 2, 2023
1 parent fa7a0bf commit 14c1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/class-wp-duotone-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function test_gutenberg_render_duotone_support_custom() {
*
* @covers ::render_duotone_support
*/
public function test_css_declarations_are_generated_even_with_empty_block_content() {
public function test_gutenberg_css_declarations_are_generated_even_with_empty_block_content() {
$block = array(
'blockName' => 'core/image',
'attrs' => array( 'style' => array( 'color' => array( 'duotone' => 'var:preset|duotone|blue-orange' ) ) ),
Expand Down

0 comments on commit 14c1de0

Please sign in to comment.