From: Platonides Date: Tue, 19 Jul 2011 21:41:25 +0000 (+0000) Subject: Since r92364 UserTest.php needs a database X-Git-Tag: 1.31.0-rc.0~28731 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=2d9bb4268277414c578d543de59759af7bd752c3;p=lhc%2Fweb%2Fwiklou.git Since r92364 UserTest.php needs a database --- diff --git a/tests/phpunit/includes/UserTest.php b/tests/phpunit/includes/UserTest.php index 6fa730ebea..99b6e7f61d 100644 --- a/tests/phpunit/includes/UserTest.php +++ b/tests/phpunit/includes/UserTest.php @@ -3,6 +3,9 @@ define( 'NS_UNITTEST', 5600 ); define( 'NS_UNITTEST_TALK', 5601 ); +/** + * @group Database + */ class UserTest extends MediaWikiTestCase { protected $savedGroupPermissions, $savedRevokedPermissions; protected $user; @@ -161,4 +164,4 @@ class UserTest extends MediaWikiTestCase { ), ); } -} \ No newline at end of file +}