wiki.techinc.nl/tests/phpunit/includes/api/query
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
..
ApiQueryAllPagesTest.php
ApiQueryAllRevisionsTest.php
ApiQueryBasicTest.php
ApiQueryBlockInfoTraitTest.php Simplify WHERE conditions with field = '' OR IS NULL 2023-07-01 22:17:42 +02:00
ApiQueryBlocksTest.php
ApiQueryContinue2Test.php
ApiQueryContinueTest.php
ApiQueryContinueTestBase.php
ApiQueryDisabledTest.php
ApiQueryImageInfoTest.php
ApiQueryInfoTest.php Expose automatic temporary user info in the API 2023-04-28 01:42:59 +02:00
ApiQueryLanguageinfoTest.php
ApiQueryPrefixSearchTest.php tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00
ApiQueryRecentChangesIntegrationTest.php
ApiQueryRevisionsTest.php
ApiQuerySearchTest.php
ApiQuerySiteinfoTest.php Avoid calling overrideConfigValue() multiple times 2023-07-20 14:59:42 +02:00
ApiQueryTest.php
ApiQueryTestBase.php
ApiQueryTokensTest.php
ApiQueryUserContribsTest.php api tests: Call editPage() with WikiPage when used for same page 2023-06-24 18:07:34 +00:00
ApiQueryUserInfoTest.php Replace deprecated MWException 2023-06-09 17:21:12 +02:00
ApiQueryWatchlistIntegrationTest.php
ApiQueryWatchlistRawIntegrationTest.php tests: Make some PHPUnit data providers static 2023-05-20 01:05:27 +02:00