From f09a6ee73c4a3d077acb05eb21bda053ef5f24bd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 26 Jun 2014 18:59:55 +0000 Subject: [PATCH] Use correct data provider. see #27426. git-svn-id: https://develop.svn.wordpress.org/trunk@28859 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/formatting/WPTexturize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );