wiki.techinc.nl/tests/phpunit/includes/specialpage
Florian ba40a63c0e Don't construct SpecialPages twice
If the special page object was already created for the request, there's
no need to create the object again. Save the created result (object, null)
in a global static array and return the value if the realName was already
created.

Bug: T123995
Change-Id: I70bf0e93e45f4b0597deaef717f5eb87c66f0a71
2016-04-02 17:45:20 +02:00
..
SpecialPageFactoryTest.php Don't construct SpecialPages twice 2016-04-02 17:45:20 +02:00
SpecialPageTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
SpecialPageTestHelper.php