parserTests: flag articles creation as internal
authorAntoine Musso <hashar@free.fr>
Thu, 24 Nov 2016 15:09:26 +0000 (16:09 +0100)
committerAntoine Musso <hashar@free.fr>
Thu, 24 Nov 2016 15:11:04 +0000 (16:11 +0100)
commita93d420ea2a63bd71b49ebd656e857ad339c26e5
treebe9606fb25ca0963df99cac7eb7b3f21434bdffc
parent163282a24c6201b25eb0ecdf753ffa6ad689ed0f
parserTests: flag articles creation as internal

When the parser test suite creates articles, there is no need to check
whether it has been pre parsed in stash edit. That is quite spammy in
the debug log and always a cache miss.

Bypass the cache lookup by passing EDIT_INTERNAL to doEditContent()

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