wiki.techinc.nl/tests/phpunit/includes/search
Nikki Nikkhoui 9e69d495c5 Fix failing tests relying on private Hooks.php properties
Some tests rely on properties in Hooks.php that will no longer
exist with the new HookContainer.php (e.g. Hook::handlers).
These tests need to be modified to adhere to the changes
made in Hooks.php.

Bug: T250102
Change-Id: I5e21ee49925c82260c43cb1d6470fae195057ba5
2020-04-13 22:58:26 +00:00
..
ParserOutputSearchDataExtractorTest.php
SearchEnginePrefixTest.php Fix failing tests relying on private Hooks.php properties 2020-04-13 22:58:26 +00:00
SearchEngineTest.php Replace complicated assertions with assertIsString() and such 2020-01-28 19:17:58 +00:00
SearchNearMatcherTest.php search engine: Add tests for SearchNearMatcher 2020-02-13 10:41:34 +02:00
SearchNearMatchResultSetTest.php tests: Prefer assertSame() when comparing the integer 0 2019-09-19 15:35:23 +00:00
SearchResultSetTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00
SearchResultTraitTest.php Add SearchResultTrait 2019-08-20 18:24:44 +02:00