aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php
diff options
context:
space:
mode:
authoraude <aude.wiki@gmail.com>2015-04-01 09:35:32 +0200
committeraude <aude.wiki@gmail.com>2015-04-01 11:20:23 +0200
commit9d60ec5a4f5e63343396e7ebc78b04070ded6c3e (patch)
tree1074c5ab9e3fcc75ad3b4146a64cb1de0af77f3c /tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php
parentba6431cbb92ff5df20f718c95e9ab1f73b4d15fe (diff)
downloadmediawikicore-9d60ec5a4f5e63343396e7ebc78b04070ded6c3e.tar.gz
mediawikicore-9d60ec5a4f5e63343396e7ebc78b04070ded6c3e.zip
Add @group Database tags to tests that need it
These tests all involve database access in some way, and thus need @group Database tags. These failed when setting a bogus database password and then running the tests. Change-Id: I7f113a79ac44d09d88ec607f76b8ec22bc1ebcf1
Diffstat (limited to 'tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php')
-rw-r--r--tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php b/tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php
index 122995a5b99f..e1197dfc7a8f 100644
--- a/tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php
+++ b/tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php
@@ -1,6 +1,7 @@
<?php
/**
+ * @group Database
* @group ResourceLoader
*/
class ResourceLoaderFileModuleTest extends ResourceLoaderTestCase {