From: Kunal Mehta Date: Fri, 27 Mar 2015 00:36:14 +0000 (-0700) Subject: LocalFileTest does not require database access X-Git-Tag: 1.31.0-rc.0~11804^2 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=790eb5810fbe209e46218ab63ed2fa4889ce8e73;p=lhc%2Fweb%2Fwiklou.git LocalFileTest does not require database access Change-Id: Iea4a2758a1169b212c15ceb4445b2e2a0458df1a --- diff --git a/tests/phpunit/includes/filerepo/file/LocalFileTest.php b/tests/phpunit/includes/filerepo/file/LocalFileTest.php index 5c5052e485..3c5754bf98 100644 --- a/tests/phpunit/includes/filerepo/file/LocalFileTest.php +++ b/tests/phpunit/includes/filerepo/file/LocalFileTest.php @@ -2,7 +2,6 @@ /** * These tests should work regardless of $wgCapitalLinks - * @group Database * @todo Split tests into providers and test methods */