aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query/ApiQueryContinueTest.php
Commit message (Expand)AuthorAgeFilesLines
* PHPUnit: Use FQCN with leading backslash in @covers annotationFomafix2024-11-191-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-1/+1
* tests/api: Add missing documentation to class propertiesUmherirrender2024-09-101-0/+1
* tests: Namespace api testsReedy2024-02-181-0/+5
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Tests: Mark more closures as staticReedy2021-02-071-8/+8
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Add public as visibility in tests folderUmherirrender2019-10-101-1/+1
* Clean up spacing of doc commentsUmherirrender2019-08-051-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 17.0.0Umherirrender2018-03-291-8/+8
* Avoid rebuilding database fixtures for every test rundaniel2016-03-101-2/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-24/+24
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-8/+8
* Remove require_once from some tests by adding classes to TestsAutoLoaderumherirrender2014-11-121-2/+0
* Remove double semicolonumherirrender2014-10-301-1/+1
* API: Add "batchcomplete" to simplified continuation resultBrad Jorsch2014-10-131-8/+16
* General Cleanup of some Testsaddshore2013-11-251-0/+2
* @covers for ApiQuery stuffaddshore2013-10-241-0/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Update code formattingSiebrand Mazeland2013-03-271-98/+98
* API continue param to streamline iteration of complex queriesYuri Astrakhan2013-03-011-0/+313