aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/Rest/Handler/SearchHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove inline @var docs that aren't neededthiemowmde2024-11-051-1/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* search: Use ServiceOptions not full config objectDerick Alangi2024-04-161-3/+8
* tests: Add more use statements in namespaced classesReedy2024-02-181-2/+4
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Introduce StatusFormatterdaniel2023-10-271-1/+13
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-1/+1
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-1/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1
* search: Deprecate the use of `SearchResultThumbnail::getSize()`Derick Alangi2023-05-291-2/+1
* tests: Make some PHPUnit data providers staticTim Starling2023-03-241-1/+1
* Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
* phpunit: Avoid deprecated at() matcherDaimona Eaytoy2022-10-061-12/+8
* Introduce SearchResultThumbnailProvider & move hook + NS_FILE thumbs inMatthias Mullie2022-10-031-8/+20
* unit tests: Use MainConfigNames constant to refer configsUmherirrender2022-08-171-4/+5
* search: Replace deprecated User::getOptionUmherirrender2022-08-051-1/+10
* Include Special pages in Search ResultsNikki Nikkhoui2022-04-081-2/+64
* Integration test for extension registrationdaniel2022-03-111-1/+0
* SearchHandler: skip search results which are no proper pagesAlexander Vorwerk2022-02-091-0/+23
* Add matched_title field to /search/page resultsNikki Nikkhoui2022-02-081-6/+129
* Do not cache private wiki completion resultsNikki Nikkhoui2021-10-121-2/+34
* Tests: Mark more more closures as staticUmherirrender2021-02-091-3/+3
* Introduce MockAuthorityTrait for Authority test helpersPetr Pchelko2021-01-211-2/+5
* Rest: use Authority in all core handlersPetr Pchelko2021-01-211-14/+2
* Merge "Split title mocking methods out of HandlerTestTrait."jenkins-bot2021-01-181-0/+2
|\
| * Split title mocking methods out of HandlerTestTrait.Petr Pchelko2021-01-131-0/+2
* | Fix incomplete/bogus PHPDoc tags in various testsThiemo Kreuz2021-01-141-1/+1
|/
* Hooks::run() call site migrationTim Starling2020-05-301-23/+24
* rest: Add 'thumbnail' and 'description' fields to the search responsePeter Ovchyn2020-05-051-0/+114
* search: Add 'SearchMappings' attribute to map canonical name to PHP classReedy2020-04-301-1/+1
* SearchHandler: emit Cache-Control header.daniel2020-04-061-1/+10
* SearchHandler: add support for completion searchdaniel2020-03-261-5/+75
* SearchHandler: implement limit parameterdaniel2020-03-041-4/+84
* SearchHandler: add unit testdaniel2020-03-021-0/+189