aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiTestCase.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-5/+5
* Add namespace to includes/api classesJames D. Forrester2024-09-251-7/+7
* tests: Consistently use class_alias comments like elsewhereJames D. Forrester2024-09-251-0/+1
* tests/api: Add missing documentation to class propertiesUmherirrender2024-09-101-0/+2
* ApiTestCase: Set request context user to session userKosta Harlan2024-06-261-0/+1
* Use StatusValue::getMessages() instead of deprecated methodsBartosz Dziewoński2024-05-181-1/+1
* Formally deprecate code marked with @deprecatedJames D. Forrester2024-05-031-1/+2
* tests: Namespace api testsReedy2024-02-181-3/+20
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* update a few tests to use PHP 7.4 syntaxAriel T. Glenn2024-01-091-11/+7
* phpunit: Avoid TestUser in non-database testsDaimona Eaytoy2023-07-291-0/+6
* Replace usages of ApiTestCase::$usersDaimona Eaytoy2023-07-251-1/+1
* ApiTestCase: Clone User object when Authority is usedDaimona Eaytoy2023-07-251-1/+5
* Deprecate MediaWikiIntegrationTestCase::$usersDaimona Eaytoy2023-07-251-3/+38
* tests: Avoid array_combine in ApiTestCase::doApiRequestUmherirrender2023-04-281-6/+6
* API tests: Assert error codes, not error messagesBartosz Dziewoński2023-04-261-0/+98
* 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-2/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-1/+2
* ApiTestCase: Drop testApiTestGroup forcing use of medium/largeJames D. Forrester2022-08-111-16/+0
* ApiBase: Reset self::$filterIDsCache between testsdaniel2022-06-131-0/+2
* ApiTestCase: Support APIs with parameter prefixes in doApiRequestWithTokendylsss2022-06-071-3/+15
* Drop action api token methods deprecated in 1.24Petr Pchelko2021-09-131-15/+0
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* ApiTestCase: stop interacting with $wgUserDannyS7122021-07-131-12/+2
* ApiTestCase: For tokenType=auto respect no token possibilityPetr Pchelko2021-06-241-5/+7
* Remove AuthManager::$instance and ::resetCache()Alexander Vorwerk2021-06-201-1/+0
* Allow passing mock Authority in API integration testsPetr Pchelko2021-06-071-12/+14
* Create FauxRequestUpload to fake uploads in testsUmherirrender2021-04-061-1/+11
* API: Clean up ApiPurgeTestTimo Tijhof2021-03-131-8/+5
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-0/+1
* Tests: Mark more closures as staticReedy2021-02-071-1/+1
* Don't access $wgRequest from UserTim Starling2020-12-161-1/+1
* Reduce some direct references to $wgUserDannyS7122020-09-251-3/+15
* Remove hard deprecated ApiTestCase::doLoginDannyS7122020-07-271-26/+0
* Hard deprecate ApiTestCase::doLoginDannyS7122020-02-151-0/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Add missing @param and @return to documentationUmherirrender2019-11-161-0/+4
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-2/+2
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+2
* Update tests to use PHPUnit 6 class namesMax Semenik2019-10-061-3/+6
* Drop AuthPlugin and related code, deprecated in 1.27James D. Forrester2019-03-051-1/+0
* New helper ApiTestCase::setExpectedApiException()Aryeh Gregor2018-08-011-0/+13
* Move utility methods from ApiTestCase to MediaWikiTestCaseAryeh Gregor2018-07-291-37/+0
* Merge "Test ApiUserrights"jenkins-bot2018-04-121-1/+5
|\
| * Test ApiUserrightsAryeh Gregor2018-04-121-1/+5
* | Improve test coverage for ApiParseAryeh Gregor2018-04-121-0/+22
* | Get rid of ApiTestCase::doLoginAryeh Gregor2018-04-111-28/+17
|/
* Merge "Refactor ApiTestCase to get token from ApiQueryTokens"jenkins-bot2018-04-101-28/+25
|\
| * Refactor ApiTestCase to get token from ApiQueryTokensAryeh Gregor2018-04-101-28/+25