X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fparser%2FNewParserTest.php;h=22bb23784f01eb2596e948fd6d1cee70989da3af;hb=09ff912ddd3c8b153cdd49082bfc8eabb3b522e5;hp=b1119a1925efb5259ac1a640e35e113fe1e6374d;hpb=a00cef7d9f71fa2f53e683b7630d9ce90915d6be;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index b1119a1925..22bb23784f 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -680,7 +680,7 @@ class NewParserTest extends MediaWikiTestCase { $this->file = $wgParserTestFiles[0]; } - return new TestFileIterator( $this->file, $this ); + return new TestFileDataProvider( $this->file, $this ); } /**