Run SpecialPageFatalTest with lang=qqx
authorAmir Sarabadani <Ladsgroup@gmail.com>
Mon, 8 Jul 2019 12:52:06 +0000 (14:52 +0200)
committerAmir Sarabadani <Ladsgroup@gmail.com>
Mon, 8 Jul 2019 12:52:06 +0000 (14:52 +0200)
commit16b82d0ef0a695604d412b110fd6c5c62d2f02d2
treefced3a12ef40098ee431b7946b78a038b12105ff
parent8435d49442ae2710dd9eee2f37b222c29bc05e19
Run SpecialPageFatalTest with lang=qqx

SpecialPageFatalTest:testSpecialPageDoesNotFatal is one of the slowest
tests (specially running Special:Version) due to the fact that it needs
to translate so many message keys.

3206ms to run SpecialPageFatalTest:testSpecialPageDoesNotFatal with data set "Version"

Running with lang=qqx would ensure that the special doesn't fatal but also avoid
unnecessary message translations

Change-Id: I8ff715ac539e93915c98f7209523df1b3ea3a7e8
tests/phpunit/structure/SpecialPageFatalTest.php