wiki.techinc.nl/tests/phpunit/includes/api/query
Martin Urbanec 80bf808bb6 ApiQueryLanguageinfoTest: Do not pass a float to setFakeTime
ConvertibleTimestamp::setFakeTime is documented to
only take callbacks returning an int. ApiQueryLanguageinfoTest
violated this expectation, resulting in test breakage
(see I06c625abe351b2f189f5dbf6f331d34bb56004b2).

To get some integers to chose from, bump MAX_EXECUTE_SECONDS
to three.

Bug: T329609
Change-Id: I82d49a5e3a52c14dbd7e5324eb4c75cf7c33f3d2
2023-02-14 11:53:42 +00:00
..
ApiQueryAllPagesTest.php
ApiQueryAllRevisionsTest.php
ApiQueryBasicTest.php tests: Use Title::makeTitle instead of Title::newFromText 2022-09-23 21:53:11 +02:00
ApiQueryBlockInfoTraitTest.php
ApiQueryBlocksTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
ApiQueryContinue2Test.php
ApiQueryContinueTest.php
ApiQueryContinueTestBase.php Use native array_column() in tests instead of loops 2022-08-16 15:41:14 +02:00
ApiQueryDisabledTest.php
ApiQueryImageInfoTest.php phpunit: improve isolation by calling User::clearInstanceCache 2022-12-04 15:21:30 +01:00
ApiQueryInfoTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
ApiQueryLanguageinfoTest.php ApiQueryLanguageinfoTest: Do not pass a float to setFakeTime 2023-02-14 11:53:42 +00:00
ApiQueryPrefixSearchTest.php Enable pig-latin variant for testing 2022-11-08 17:45:51 +05:30
ApiQueryRecentChangesIntegrationTest.php tests: Replace deprecated WikiPage::factory 2022-09-02 19:34:02 +00:00
ApiQueryRevisionsTest.php Parser: Fix extractSections() behavior for PHP >= 8.0 2022-11-18 15:23:46 +01:00
ApiQuerySearchTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
ApiQuerySiteinfoTest.php Improve ApiQuerySiteInfo handling of deprecated and "extra" language links 2023-02-09 16:27:24 +00:00
ApiQueryTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
ApiQueryTestBase.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
ApiQueryTokensTest.php
ApiQueryUserContribsTest.php tests: Replace deprecated User::idFromName 2023-01-09 18:25:56 +01:00
ApiQueryUserInfoTest.php Add cancreateaccount property to userinfo API 2022-08-31 11:51:18 +00:00
ApiQueryWatchlistIntegrationTest.php Fix whitespaces after comma 2022-12-15 01:24:14 +01:00
ApiQueryWatchlistRawIntegrationTest.php