Follow up r93253. Do not mark DatabaseSqliteTest.php as needing a db.
authorPlatonides <platonides@users.mediawiki.org>
Wed, 27 Jul 2011 14:50:10 +0000 (14:50 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 27 Jul 2011 14:50:10 +0000 (14:50 +0000)
commit1d92cdc8278a173eae339876c1e93428b3678398
treec62e1efc2acd149bc8649c49e4e2940354358fa8
parent693e81c3903bb22301319914f14ee9f5726dbb45
Follow up r93253. Do not mark DatabaseSqliteTest.php as needing a db.
An existing db is not needed, since it uses a memory one.
Having this in Database group fails in DatabaseSqlite->listTables
since it is working with a MockDatabaseSqlite whose query() return true.
tests/phpunit/includes/db/DatabaseSqliteTest.php