Move @group and @covers tags in tests close to class
authorUmherirrender <umherirrender_de.wp@web.de>
Sun, 28 Jan 2018 12:30:07 +0000 (13:30 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 28 Jan 2018 12:30:07 +0000 (13:30 +0100)
For @group and @covers tags there should be no newline between the
comment and the class

Change-Id: I7277df13a332cf4d74ffdd8748e3fbdc259610dc

tests/phpunit/includes/LinkerTest.php
tests/phpunit/includes/WikiReferenceTest.php
tests/phpunit/includes/installer/OracleInstallerTest.php
tests/phpunit/includes/libs/ArrayUtilsTest.php
tests/phpunit/includes/libs/IPTest.php
tests/phpunit/includes/skins/SkinTemplateTest.php
tests/phpunit/includes/specials/ImageListPagerTest.php

index 7f42254..f9e2cc1 100644 (file)
@@ -5,7 +5,6 @@ use MediaWiki\MediaWikiServices;
 /**
  * @group Database
  */
-
 class LinkerTest extends MediaWikiLangTestCase {
 
        /**
index 227dd87..dc2e9ae 100644 (file)
@@ -3,7 +3,6 @@
 /**
  * @covers WikiReference
  */
-
 class WikiReferenceTest extends PHPUnit_Framework_TestCase {
 
        use MediaWikiCoversValidator;
index bd1412e..2811a9c 100644 (file)
@@ -6,7 +6,6 @@
  * @group Database
  * @group Installer
  */
-
 class OracleInstallerTest extends MediaWikiTestCase {
 
        /**
index 76b4ee1..8831265 100644 (file)
@@ -4,7 +4,6 @@
  *
  * @group Database
  */
-
 class ArrayUtilsTest extends PHPUnit_Framework_TestCase {
 
        use MediaWikiCoversValidator;
index 8a120ea..a36b259 100644 (file)
@@ -8,7 +8,6 @@
  * @todo Test methods in this call should be split into a method and a
  * dataprovider.
  */
-
 class IPTest extends PHPUnit_Framework_TestCase {
 
        use MediaWikiCoversValidator;
index 5b3fbfa..06b0667 100644 (file)
@@ -7,7 +7,6 @@
  *
  * @author Bene* < benestar.wikimedia@gmail.com >
  */
-
 class SkinTemplateTest extends MediaWikiTestCase {
        /**
         * @dataProvider makeListItemProvider
index 22bdefd..10c6d04 100644 (file)
@@ -8,7 +8,6 @@
  *
  * @group Database
  */
-
 class ImageListPagerTest extends MediaWikiTestCase {
        /**
         * @expectedException MWException