parserTests.php: fix three bitrot bugs with --record
[lhc/web/wiklou.git] / tests / phpunit / includes / parser / NewParserTest.php
index b1119a1..22bb237 100644 (file)
@@ -680,7 +680,7 @@ class NewParserTest extends MediaWikiTestCase {
                        $this->file = $wgParserTestFiles[0];
                }
 
-               return new TestFileIterator( $this->file, $this );
+               return new TestFileDataProvider( $this->file, $this );
        }
 
        /**