aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query/ApiQueryTestBase.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* tests: Consistently use class_alias comments like elsewhereJames D. Forrester2024-09-251-0/+1
* Minor comment cleanup in ApiQueryTestBase.phpbpirkle2024-05-031-2/+2
* tests: Namespace api testsReedy2024-02-181-1/+8
* Replace a few array_key_exists with the ??= syntaxthiemowmde2024-01-081-3/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* Fix tests/ PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-1/+1
* Autofix 94 PHPUnit 8 compat issuesDaimona Eaytoy2019-12-131-3/+3
* Update tests to use PHPUnit 6 class namesMax Semenik2019-10-061-9/+6
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-1/+1
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-4/+4
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Remove "Created on" from file header commentsUmherirrender2018-01-261-2/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* API: Remove warning about continuation changeBrad Jorsch2015-09-301-4/+0
* API: Change default continuation format for action=queryBrad Jorsch2015-06-191-3/+5
* Replace use of assertType with assertInternalType and assertInstanceOfaude2015-04-091-3/+3
* API unittests, pass optional params to doApiRequest()Yuri Astrakhan2015-03-171-3/+7
* Fixed phpunit exception testYuri Astrakhan2015-03-171-1/+8
* API: Warn when neither rawcontinue nor continue are given to action=queryBrad Jorsch2014-10-211-0/+3
* Add missing @param to function docsumherirrender2014-08-181-0/+4
* Cleanup some docs (tests)umherirrender2014-08-111-1/+1
* Fixed some @params documentation (tests)umherirrender2014-04-171-1/+1
* Improve ApiQueryTestBase::assertResultBrad Jorsch2013-12-041-32/+28
* @covers for ApiQuery stuffaddshore2013-10-241-2/+0
* print is not a functionumherirrender2013-05-091-3/+3
* Update code formattingSiebrand Mazeland2013-04-261-1/+2
* Update code formattingSiebrand Mazeland2013-03-271-3/+3
* API continue param to streamline iteration of complex queriesYuri Astrakhan2013-03-011-0/+149