wiki.techinc.nl/tests/phpunit/includes/search
Erik Bernhardson e4fb4f978b Don't use $this as a function argument
PHP 7.1 adds the limitation that $this cannot be used as a function
parameter. Ensure forward compatability by renaming the parameters.

Bug: T160144
Change-Id: I33d2ab1ffeeeb32e3a467cc146ee8feef0255258
2017-03-13 11:12:50 -07:00
..
ParserOutputSearchDataExtractorTest.php Extract ParserOutput search index data fields from WikiTextContentHandler 2016-08-19 09:26:17 -04:00
SearchEnginePrefixTest.php tests: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 02:14:34 +00:00
SearchEngineTest.php Add SearchEngineFactory::getSearchEngineClass() instead of using the DB 2016-09-15 21:31:35 -07:00
SearchIndexFieldTest.php Don't use $this as a function argument 2017-03-13 11:12:50 -07:00
SearchSuggestionSetTest.php