Skip to content

Commit 3034316

Browse files
📦 Clean
1 parent 5df5732 commit 3034316

28 files changed

+1
-55
lines changed

SymfonyCustom/Tests/Arrays/ArrayDeclarationUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for the ArrayDeclaration sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class ArrayDeclarationUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Classes/ClassDeclarationUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for the ClassDeclaration sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class ClassDeclarationUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Classes/PropertyDeclarationUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for the PropertyDeclaration sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class PropertyDeclarationUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Commenting/ClassCommentUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for the ClassComment sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class ClassCommentUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Commenting/DocCommentForbiddenTagsUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for the DocCommentForbiddenTags sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class DocCommentForbiddenTagsUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Commenting/DocCommentGroupSameTypeUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for the DocCommentGroupSameType sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class DocCommentGroupSameTypeUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Commenting/DocCommentUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for the DocComment sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class DocCommentUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Commenting/FunctionCommentUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for the FunctionComment sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class FunctionCommentUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Commenting/VariableCommentUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for VariableComment sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class VariableCommentUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Errors/ExceptionMessageUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Unit test class for the ExceptionMessage sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class ExceptionMessageUnitTest extends AbstractSniffUnitTest
1513
{

0 commit comments

Comments
 (0)