aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/ApiOpenSearchTest.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to includes/api classesJames D. Forrester2024-09-251-3/+3
* tests: Namespace api testsReedy2024-02-181-0/+8
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* API: Replace deprecated calls to wfExpandUrl with UrlUtils::expandJames D. Forrester2023-06-221-1/+2
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Replace trivial usa of mock builder with createMock() shortcutThiemo Kreuz2022-07-151-9/+3
* Merge "api: Replace numerous deprecated constants"jenkins-bot2022-06-061-1/+3
|\
| * api: Replace numerous deprecated constantsReedy2022-06-061-1/+3
* | Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-2/+2
|/
* Inject dependencies into SearchApiDannyS7122021-07-041-9/+15
* api: Inject services into ApiOpenSearchUmherirrender2021-06-291-1/+1
* Remove meaningless ->expects( $this->any() ) from all testsThiemo Kreuz2021-04-231-2/+1
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-6/+4
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Use ::class to resolve class names in testsUmherirrender2018-01-261-3/+3
* Add @covers tags API tests without themKunal Mehta2017-12-271-0/+3
* Remove unused imports from test classesThiemo Mättig2017-01-101-2/+0
* Pass User to SearchEngine::getProfilesdcausse2016-09-201-2/+2
* Rename OpenSearch qiprofile parameter back to profileErik Bernhardson2016-07-281-2/+2
* Push common search api parameters into SearchApi classErik Bernhardson2016-07-261-0/+66