Allow duplicate articles in parser tests with same content
authorUmherirrender <umherirrender_de.wp@web.de>
Sat, 16 Sep 2017 12:34:15 +0000 (14:34 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 1 Oct 2017 21:23:17 +0000 (21:23 +0000)
commitcc83ccf6c4f4499d2689f88c6e9b9400988aa597
tree123630d35338772c6b84f2f14bea6f7eed99e7b0
parentcb2d1dd2b4ea2ffd6698821e37c842cf94248c44
Allow duplicate articles in parser tests with same content

Some extensions needs Template:(( in the parser tests,
but when using phpunit tests all pages are created at the begin,
which gives errors like
'duplicate article 'Template:((' at
/Arrays/arrayLoopsInteractionParserTests.txt:10

Change-Id: Iefa3dc8d647d58f2d5382b847bbd6228f46faff3
tests/parser/ParserTestRunner.php