editTests: Use the correct list of parser test files
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 9 Feb 2018 20:08:05 +0000 (12:08 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 9 Feb 2018 20:08:05 +0000 (12:08 -0800)
commit1ec5bb6dbf28bb1f3414188aaa69e2b0a795abdb
tree930364d47f87fccfb00856cb5d2dbcf920f94143
parent6c4d32e3940ddbf310a29cb9162984f588691790
editTests: Use the correct list of parser test files

$wgParserTestFiles is deprecated, so this wasn't running the core parser
tests. Using ParserTestRunner::getParserTestFiles() includes everything,
including autodiscovered extension parser tests.

Change-Id: Ie3b02565c184e8e06931ab52a39ca8ae0877aab9
tests/parser/editTests.php