Remove group validator from UnitTestCase
authorKosta Harlan <kharlan@wikimedia.org>
Mon, 1 Jul 2019 15:42:21 +0000 (11:42 -0400)
committerKosta Harlan <kharlan@wikimedia.org>
Mon, 1 Jul 2019 15:42:21 +0000 (11:42 -0400)
commit5c2d3a5bf4e917a496b771d9cb5f659c24e0a7c9
treef7034806010b3f19b34bea43946192c4b94fbae8
parent796815539fd88f8526f034918f5ff36d5d2d0d0d
Remove group validator from UnitTestCase

Whether a unit test has `@group Database` is irrelevant, since it will simply
not work if it relies on database access.

Change-Id: Ibe01d4912160ae44ca86ef6f7c3946501a8c067e
tests/phpunit/MediaWikiUnitTestCase.php