Index: tests/phpunit/tests/formatting/WPTexturize.php
===================================================================
--- tests/phpunit/tests/formatting/WPTexturize.php	(revision 28859)
+++ tests/phpunit/tests/formatting/WPTexturize.php	(working copy)
@@ -1328,7 +1328,7 @@
 	 * Year abbreviations consist of exactly two digits.
 	 *
 	 * @ticket 26850
-	 * @dataProvider data_quotes_and_dashes
+	 * @dataProvider data_year_abbr
 	 */
 	function test_year_abbr( $input, $output ) {
 		return $this->assertEquals( $output, wptexturize( $input ) );
@@ -1634,7 +1634,7 @@
 	 * Extra sanity checks for _wptexturize_pushpop_element()
 	 *
 	 * @ticket 28483
-	 * @dataProvider data_quotes_and_dashes
+	 * @dataProvider data_element_stack
 	 */
 	function test_element_stack( $input, $output ) {
 		return $this->assertEquals( $output, wptexturize( $input ) );
