Let tablesUsed imply needsDB in MediaWikiTestCase.
authordaniel <daniel.kinzler@wikimedia.de>
Fri, 4 May 2012 14:02:09 +0000 (16:02 +0200)
committerAntoine Musso <hashar@free.fr>
Mon, 7 May 2012 21:56:33 +0000 (14:56 -0700)
commit650e33efa42536028be2985586611cb0d12f09d0
tree682382cdc3611681bd3d9602280e4170241b33cc
parente87ff996cc261e46abd2f321100c9da231bf7dbc
Let tablesUsed imply needsDB in MediaWikiTestCase.

If the test says it uses database tables, then it needs the database.

And while we are at it, make the check for the test group declaration
more lenient.

Patch set 2: tweaked according to demon's comments.

Change-Id: Ib123745d45b85cebeab5ec87ea7d8227ec3d1dea
tests/phpunit/MediaWikiTestCase.php