From: Umherirrender Date: Fri, 9 Mar 2018 21:56:41 +0000 (+0100) Subject: Move phpunit @group from file comment to class comment X-Git-Tag: 1.31.0-rc.0~400^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E//%22%22?a=commitdiff_plain;h=d9fb8bab5ea511bfa9ab324ff3009e1bae476ad7;p=lhc%2Fweb%2Fwiklou.git Move phpunit @group from file comment to class comment Remove @group from non tests Change-Id: Iae9ee3bc5f539a9b4ded8374006ab2993234450e --- diff --git a/tests/phpunit/includes/TemplateCategoriesTest.php b/tests/phpunit/includes/TemplateCategoriesTest.php index ab2313635d..ebd8dbd3da 100644 --- a/tests/phpunit/includes/TemplateCategoriesTest.php +++ b/tests/phpunit/includes/TemplateCategoriesTest.php @@ -1,10 +1,10 @@ */ class TestSites { diff --git a/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php b/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php index 1d87a3a926..d53a9b8f80 100644 --- a/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php +++ b/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php @@ -5,10 +5,10 @@ * Copyright © 2011, Antoine Musso * * @author Antoine Musso - * @group Database */ /** + * @group Database * @covers QueryPage */ class QueryAllSpecialPagesTest extends MediaWikiTestCase { diff --git a/tests/phpunit/includes/specials/SpecialMIMESearchTest.php b/tests/phpunit/includes/specials/SpecialMIMESearchTest.php index a8459383f6..4ecb813f8c 100644 --- a/tests/phpunit/includes/specials/SpecialMIMESearchTest.php +++ b/tests/phpunit/includes/specials/SpecialMIMESearchTest.php @@ -1,9 +1,7 @@