mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
782bd3ee67
commit
f09a6ee73c
@ -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 );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user