wiki.techinc.nl/tests/phpunit/includes/api/query
Umherirrender 9b41241cc8 api: Use fake timer to test ApiQueryLanguageinfo
The difference is that previously we used microtime(), which provides a
float, and now time() is used, which provides an int, but there is no
difference for the comparison.

Change-Id: If1463e0fc2a2526ab4d2af64830b73ae3bf330f6
2021-08-04 02:27:04 +00:00
..
ApiQueryAllPagesTest.php
ApiQueryAllRevisionsTest.php
ApiQueryBasicTest.php
ApiQueryBlockInfoTraitTest.php
ApiQueryBlocksTest.php
ApiQueryContinue2Test.php
ApiQueryContinueTest.php
ApiQueryContinueTestBase.php
ApiQueryDisabledTest.php
ApiQueryImageInfoTest.php
ApiQueryInfoTest.php
ApiQueryLanguageinfoTest.php api: Use fake timer to test ApiQueryLanguageinfo 2021-08-04 02:27:04 +00:00
ApiQueryPrefixSearchTest.php
ApiQueryRecentChangesIntegrationTest.php
ApiQueryRevisionsTest.php
ApiQuerySearchTest.php
ApiQuerySiteinfoTest.php
ApiQueryTest.php
ApiQueryTestBase.php
ApiQueryUserContribsTest.php
ApiQueryUserInfoTest.php
ApiQueryWatchlistIntegrationTest.php
ApiQueryWatchlistRawIntegrationTest.php