aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/TemplateCategoriesTest.php
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2018-03-09 22:56:41 +0100
committerUmherirrender <umherirrender_de.wp@web.de>2018-03-10 11:48:28 +0100
commitd9fb8bab5ea511bfa9ab324ff3009e1bae476ad7 (patch)
tree7ac9019267a1e6649da9ee381592e8edec50f368 /tests/phpunit/includes/TemplateCategoriesTest.php
parentf2347e8121b4a0cff0364f2ea51e0456fc9ce735 (diff)
downloadmediawikicore-d9fb8bab5ea511bfa9ab324ff3009e1bae476ad7.tar.gz
mediawikicore-d9fb8bab5ea511bfa9ab324ff3009e1bae476ad7.zip
Move phpunit @group from file comment to class comment
Remove @group from non tests Change-Id: Iae9ee3bc5f539a9b4ded8374006ab2993234450e
Diffstat (limited to 'tests/phpunit/includes/TemplateCategoriesTest.php')
-rw-r--r--tests/phpunit/includes/TemplateCategoriesTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/TemplateCategoriesTest.php b/tests/phpunit/includes/TemplateCategoriesTest.php
index ab2313635da3..ebd8dbd3dad5 100644
--- a/tests/phpunit/includes/TemplateCategoriesTest.php
+++ b/tests/phpunit/includes/TemplateCategoriesTest.php
@@ -1,10 +1,10 @@
<?php
+require __DIR__ . "/../../../maintenance/runJobs.php";
+
/**
* @group Database
*/
-require __DIR__ . "/../../../maintenance/runJobs.php";
-
class TemplateCategoriesTest extends MediaWikiLangTestCase {
/**