diff --git a/tests/phpunit/tests/formatting/WPTexturize.php b/tests/phpunit/tests/formatting/WPTexturize.php index 7ba7346251..a566e1bc5c 100644 --- a/tests/phpunit/tests/formatting/WPTexturize.php +++ b/tests/phpunit/tests/formatting/WPTexturize.php @@ -1417,7 +1417,7 @@ class Tests_Formatting_WPTexturize extends WP_UnitTestCase { * Also make sure apostrophes and closing quotes aren't being confused by default. * * @ticket 27426 - * @dataProvider data_tag_avoidance + * @dataProvider data_translate */ function test_translate( $input, $output ) { add_filter( 'gettext_with_context', array( $this, 'filter_translate' ), 10, 4 );