X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fparser%2FeditTests.php;h=be4bcab3f46f735b2b46cc3c4d715695d2be4af7;hp=cb430f280db449c0e67aa874cb3feef9cb7e93d6;hb=214b37ff07f3fde89430297b2a857750a56ae205;hpb=08324f14b457e8c7e8394480df48b82d9a92576d diff --git a/tests/parser/editTests.php b/tests/parser/editTests.php index cb430f280d..be4bcab3f4 100644 --- a/tests/parser/editTests.php +++ b/tests/parser/editTests.php @@ -1,6 +1,6 @@ testFiles = []; $this->testCount = 0; - foreach ( $wgParserTestFiles as $file ) { + foreach ( ParserTestRunner::getParserTestFiles() as $file ) { $fileInfo = TestFileReader::read( $file ); $this->testFiles[$file] = $fileInfo; $this->testCount += count( $fileInfo['tests'] );