aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/PrefixSearchTest.php
Commit message (Expand)AuthorAgeFilesLines
* PrefixSearchTest: move under /search testsDannyS7122021-03-111-371/+0
* Tests: Mark more more closures as staticUmherirrender2021-02-091-1/+1
* WikiPage: deprecated construction on bad titlesdaniel2021-01-201-0/+5
* Revert "Make WikiPage a ProperPageIdentity"James D. Forrester2021-01-151-5/+0
* Make WikiPage a ProperPageIdentitydaniel2021-01-151-0/+5
* Fix tests/ PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Fix failing tests relying on private Hooks.php propertiesNikki Nikkhoui2020-04-131-13/+0
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-2/+2
* Remove unneeded overrideMwServices/resetServicesAryeh Gregor2019-08-291-2/+0
* Reset services before every testTim Starling2018-09-031-2/+0
* Make SpecialPageFactory a serviceAryeh Gregor2018-08-171-2/+2
* Merge "Automatically reset namespace caches when needed"jenkins-bot2018-08-021-8/+1
|\
| * Automatically reset namespace caches when neededAryeh Gregor2018-08-011-8/+1
* | Disable PHPUnit tests that fail under postgresKunal Mehta2018-08-011-0/+4
|/
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-2/+2
* Use ::class to resolve class names in testsUmherirrender2018-01-261-3/+3
* Improve namespace handling in testsBrad Jorsch2017-09-291-1/+4
* Avoid postgres PrefixSearchTest failures due to collation differencesAaron Schulz2017-05-181-0/+10
* Switch to librarized version of TestingAccessWrapperGergő Tisza2017-04-201-0/+3
* tests: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-2/+2
* Rank aliases in search in order they appear in the messages file.Stanislav Malyshev2016-11-291-3/+3
* PrefixSearch: Implement searching in multiple namespacesNiklas Laxström2016-09-151-2/+44
* PrefixSearchTest, SearchEnginePrefixTest: ignore ext. special pagesMatthew Flaschen2016-04-291-1/+18
* Avoid rebuilding database fixtures for every test rundaniel2016-03-101-1/+1
* build: Update mediawiki-codesniffer to 0.6.0, add "composer fix"Kunal Mehta2016-02-171-4/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-94/+94
* Skip adding wikitext test pages in PrefixSearchTest if NS_MAIN is not wikitextaude2015-08-141-0/+5
* PrefixSearchTest: Move insertPage() from setUp() to addDBData()Timo Tijhof2015-03-251-24/+22
* Fixed spacingumherirrender2014-12-051-5/+5
* Support offsets in prefix searchingChad Horohoe2014-12-021-0/+36
* Handle redirects during prefix search exact matchNik Everett2014-11-211-0/+56
* Make PrefixSearchTest use MediaWikiLangTestCaseumherirrender2014-10-201-1/+1
* Skip tests in PrefixSearchTest if not wikitext main namespaceaude2014-10-181-1/+7
* PrefixSearch: Enforce including the exact match as first resultTimo Tijhof2014-10-101-1/+77
* PrefixSearch: Add unit tests for StringPrefixSearchTimo Tijhof2014-09-231-0/+134