Use correct data provider.

see #27426.

git-svn-id: https://develop.svn.wordpress.org/trunk@28859 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-06-26 18:59:55 +00:00
parent 782bd3ee67
commit f09a6ee73c

View File

@ -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 );