wiki.techinc.nl/tests/phpunit/includes/search
Thiemo Kreuz e1dd371e11 Make use of PHPUnit's assertCount feature where possible
… and avoid assertEmpty() on arrays, in favor of a much more strict
assertSame( [] ).

Change-Id: I20266b0b1fc38a3a87666ba1b0793cb2b37d94a9
2020-03-02 15:58:41 +00:00
..
ParserOutputSearchDataExtractorTest.php
SearchEnginePrefixTest.php tests: Add explicit return type void to setUp() and tearDown() 2019-10-30 14:31:22 -07: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