aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query/ApiQueryTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to includes/api classesJames D. Forrester2024-09-251-5/+5
* Tests: remove a bunch of DummyServicesTrait-related commentsDannyS7122024-05-101-1/+0
* Define ApiQuery::isWriteModeDreamy Jazz2024-04-051-0/+44
* tests: Namespace api testsReedy2024-02-181-0/+6
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`Derick Alangi2022-07-191-6/+5
* api: Inject services into ApiQuery classUmherirrender2021-09-171-7/+7
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Don't use NamespaceInfo when it's not necessaryThiemo Kreuz2021-05-171-6/+2
* Add DummyServicesTrait::getDummyInterwikiLookupDannyS7122021-05-051-8/+7
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* Deprecate InterwikiLoadPrefix hookC. Scott Ananian2020-12-211-9/+9
* Merge "API: Fix fetching login token from action=query&meta=tokens on private...jenkins-bot2020-03-131-0/+44
|\
| * API: Fix fetching login token from action=query&meta=tokens on private wikisBrad Jorsch2020-02-141-0/+44
* | Make use of PHPUnit's assertCount feature where possibleThiemo Kreuz2020-03-021-2/+2
|/
* Fixes for PHPUnit 8 compat in DB suiteDaimona Eaytoy2019-12-151-1/+1
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* Add public as visibility in tests folderUmherirrender2019-10-101-2/+2
* API: Migrate Title::userCan() calls to PermissionManagerMáté Szabó2019-05-301-0/+24
* Get rid of ApiTestCase::doLoginAryeh Gregor2018-04-111-1/+0
* API: Allow to pass whitespaces in MultiValueFomafix2018-01-281-0/+13
* Fix tests that don't check composer's autoloaderAleksey Bekh-Ivanov (WMDE)2016-12-221-9/+4
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-2/+2
* API: Warn when input parameters are normalizedBrad Jorsch2016-08-291-0/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-28/+28
* tests: Clean up use of mt_rand()Timo Tijhof2015-12-031-1/+1
* Fixed spacingumherirrender2015-06-171-1/+1
* Use also $wgAutoloadClasses in tests for module namesumherirrender2015-01-061-2/+5
* Add tests for class names in the api main and query module managerumherirrender2014-11-271-0/+20
* Fix setting hooks in ApiQueryTestumherirrender2014-10-151-22/+11
* Correct variable names in @param to match method declarationsumherirrender2014-08-131-1/+1
* Limit test leakage, $wgCapitalLinks expected to be trueChad Horohoe2014-07-071-1/+8
* Fix mediawiki-core-regression-masterBrad Jorsch2013-12-231-3/+3
* Fix capitalization in ApiQueryBase::titlePartToKey()btongminh2013-12-231-0/+56
* @covers for ApiQuery stuffaddshore2013-10-241-0/+1
* Fix scope on all /phpunit test methodsaddshore2013-10-241-2/+2
* Update code formattingSiebrand Mazeland2013-04-261-3/+0
* Update formattingSiebrand Mazeland2013-02-141-2/+2
* API tests to verify basic query functionality (list & props)Yuri Astrakhan2013-02-081-0/+69