Author: Bryan.TongMinh
Description:
Unit tests by phpunit are broken if they are run after running tests/parserTests.php on SQLite. This is caused by parsertest_searchindex still being present. DROP TABLE parsertest_searchindex fixes the issue.
PHPUnit 3.5.12 by Sebastian Bergmann.
.A database query syntax error has occurred.
The last attempted database query was:
"DELETE FROM unittest_parsertest_searchindex"
from within function "MediaWikiTestCase::resetDB".
Database returned error "1: SQL logic error or missing database"
Version: unspecified
Severity: normal