diff --git a/phpunit/class-wp-duotone-test.php b/phpunit/class-wp-duotone-test.php index 111e12d1c81c8..ee35a50502ac8 100644 --- a/phpunit/class-wp-duotone-test.php +++ b/phpunit/class-wp-duotone-test.php @@ -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' ) ) ),