Fixes for r74787:
authorMax Semenik <maxsem@users.mediawiki.org>
Thu, 14 Oct 2010 18:27:27 +0000 (18:27 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Thu, 14 Oct 2010 18:27:27 +0000 (18:27 +0000)
commit2c1f1da7ffa5c4904b3441c9a3965839573abbdc
tree11fd3c4495494f2aa6cbd21289c772e066193a6e
parent9910c9f6fa9bf19b04dd9d64fb0dc4d591c0f681
Fixes for r74787:
* Don't call the check from every tests, there's setup() for that
* Check for FTS3 presence for SQLite, version is only partially relevant here as full-text search was added to default build options in 3.5.3, but it was accessible even before that. And even on 3.6 people can choose not to build with FTS.
maintenance/tests/phpunit/includes/search/SearchEngineTest.php