From d9fb8bab5ea511bfa9ab324ff3009e1bae476ad7 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 9 Mar 2018 22:56:41 +0100 Subject: [PATCH] Move phpunit @group from file comment to class comment Remove @group from non tests Change-Id: Iae9ee3bc5f539a9b4ded8374006ab2993234450e --- tests/phpunit/includes/TemplateCategoriesTest.php | 4 ++-- tests/phpunit/includes/db/LoadBalancerTest.php | 7 ++++--- .../includes/interwiki/InterwikiLookupAdapterTest.php | 4 ++-- tests/phpunit/includes/media/FakeDimensionFile.php | 3 --- tests/phpunit/includes/parser/MagicVariableTest.php | 3 +-- tests/phpunit/includes/site/TestSites.php | 2 -- .../phpunit/includes/specials/QueryAllSpecialPagesTest.php | 2 +- tests/phpunit/includes/specials/SpecialMIMESearchTest.php | 4 +--- tests/phpunit/includes/utils/AvroValidatorTest.php | 2 +- tests/phpunit/includes/utils/MWCryptHKDFTest.php | 4 ---- 10 files changed, 12 insertions(+), 23 deletions(-) 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 @@