wiki.techinc.nl/tests/phpunit/includes/preferences
thiemowmde 8a9dd67139 Avoid calling overrideConfigValue() multiple times
Same as I7a82951.

overrideConfigValue() and overrideConfigValues() both call
setMwGlobals(), which calls resetServices(). This is surprisingly
expensive. It's much better to call it once with an array.

Change-Id: I4ff2f6b902b1a1e0b554ce6fc76f3b612f703fae
2023-07-20 14:59:42 +02:00
..
DefaultPreferencesFactoryTest.php Avoid calling overrideConfigValue() multiple times 2023-07-20 14:59:42 +02:00
SignatureValidatorTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00