From 303431614c1bd6c5ca42acb6e64734af2bcad689 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 19 Jan 2020 12:17:30 +0100 Subject: [PATCH] :package: Clean --- SymfonyCustom/Tests/Arrays/ArrayDeclarationUnitTest.php | 2 -- SymfonyCustom/Tests/Classes/ClassDeclarationUnitTest.php | 2 -- SymfonyCustom/Tests/Classes/PropertyDeclarationUnitTest.php | 2 -- SymfonyCustom/Tests/Commenting/ClassCommentUnitTest.php | 2 -- .../Tests/Commenting/DocCommentForbiddenTagsUnitTest.php | 2 -- .../Tests/Commenting/DocCommentGroupSameTypeUnitTest.php | 2 -- SymfonyCustom/Tests/Commenting/DocCommentUnitTest.php | 2 -- SymfonyCustom/Tests/Commenting/FunctionCommentUnitTest.php | 2 -- SymfonyCustom/Tests/Commenting/VariableCommentUnitTest.php | 2 -- SymfonyCustom/Tests/Errors/ExceptionMessageUnitTest.php | 2 -- SymfonyCustom/Tests/Errors/UserDeprecatedUnitTest.php | 2 -- .../Tests/Formatting/BlankLineBeforeReturnUnitTest.php | 2 -- .../Tests/Formatting/ConditionalReturnOrThrowUnitTest.php | 2 -- SymfonyCustom/Tests/Formatting/StrictComparisonUnitTest.php | 2 -- SymfonyCustom/Tests/Formatting/YodaConditionUnitTest.php | 2 -- SymfonyCustom/Tests/Functions/ScopeOrderUnitTest.php | 2 -- .../Tests/Namespaces/AlphabeticallySortedUseUnitTest.php | 2 -- SymfonyCustom/Tests/Namespaces/UnusedUseUnitTest.php | 2 -- .../Tests/NamingConventions/ValidClassNameUnitTest.php | 2 -- SymfonyCustom/Tests/NamingConventions/ValidFileNameUnitTest.php | 2 -- SymfonyCustom/Tests/NamingConventions/ValidTypeHintUnitTest.php | 2 -- SymfonyCustom/Tests/PHP/DiscourageEmptyUnitTest.php | 2 -- SymfonyCustom/Tests/WhiteSpace/CloseBracketSpacingUnitTest.php | 2 -- SymfonyCustom/Tests/WhiteSpace/DocCommentTagSpacingUnitTest.php | 2 -- SymfonyCustom/Tests/WhiteSpace/EmptyLinesUnitTest.php | 2 -- SymfonyCustom/Tests/WhiteSpace/OpenBracketSpacingUnitTest.php | 2 -- SymfonyCustom/Tests/WhiteSpace/UnaryOperatorSpacingUnitTest.php | 2 -- build.xml | 2 +- 28 files changed, 1 insertion(+), 55 deletions(-) diff --git a/SymfonyCustom/Tests/Arrays/ArrayDeclarationUnitTest.php b/SymfonyCustom/Tests/Arrays/ArrayDeclarationUnitTest.php index b05075a..2d6bd27 100644 --- a/SymfonyCustom/Tests/Arrays/ArrayDeclarationUnitTest.php +++ b/SymfonyCustom/Tests/Arrays/ArrayDeclarationUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the ArrayDeclaration sniff. - * - * @group SymfonyCustom */ class ArrayDeclarationUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Classes/ClassDeclarationUnitTest.php b/SymfonyCustom/Tests/Classes/ClassDeclarationUnitTest.php index 3c5cd67..4134aa0 100644 --- a/SymfonyCustom/Tests/Classes/ClassDeclarationUnitTest.php +++ b/SymfonyCustom/Tests/Classes/ClassDeclarationUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the ClassDeclaration sniff. - * - * @group SymfonyCustom */ class ClassDeclarationUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Classes/PropertyDeclarationUnitTest.php b/SymfonyCustom/Tests/Classes/PropertyDeclarationUnitTest.php index 163eeb9..dcd14e1 100644 --- a/SymfonyCustom/Tests/Classes/PropertyDeclarationUnitTest.php +++ b/SymfonyCustom/Tests/Classes/PropertyDeclarationUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the PropertyDeclaration sniff. - * - * @group SymfonyCustom */ class PropertyDeclarationUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Commenting/ClassCommentUnitTest.php b/SymfonyCustom/Tests/Commenting/ClassCommentUnitTest.php index ad2b7b0..864c704 100644 --- a/SymfonyCustom/Tests/Commenting/ClassCommentUnitTest.php +++ b/SymfonyCustom/Tests/Commenting/ClassCommentUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the ClassComment sniff. - * - * @group SymfonyCustom */ class ClassCommentUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Commenting/DocCommentForbiddenTagsUnitTest.php b/SymfonyCustom/Tests/Commenting/DocCommentForbiddenTagsUnitTest.php index 4d9a21a..193edbd 100644 --- a/SymfonyCustom/Tests/Commenting/DocCommentForbiddenTagsUnitTest.php +++ b/SymfonyCustom/Tests/Commenting/DocCommentForbiddenTagsUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the DocCommentForbiddenTags sniff. - * - * @group SymfonyCustom */ class DocCommentForbiddenTagsUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Commenting/DocCommentGroupSameTypeUnitTest.php b/SymfonyCustom/Tests/Commenting/DocCommentGroupSameTypeUnitTest.php index a39b6bd..92f98d6 100644 --- a/SymfonyCustom/Tests/Commenting/DocCommentGroupSameTypeUnitTest.php +++ b/SymfonyCustom/Tests/Commenting/DocCommentGroupSameTypeUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the DocCommentGroupSameType sniff. - * - * @group SymfonyCustom */ class DocCommentGroupSameTypeUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Commenting/DocCommentUnitTest.php b/SymfonyCustom/Tests/Commenting/DocCommentUnitTest.php index bb07184..d2f9958 100644 --- a/SymfonyCustom/Tests/Commenting/DocCommentUnitTest.php +++ b/SymfonyCustom/Tests/Commenting/DocCommentUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the DocComment sniff. - * - * @group SymfonyCustom */ class DocCommentUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Commenting/FunctionCommentUnitTest.php b/SymfonyCustom/Tests/Commenting/FunctionCommentUnitTest.php index d3ad513..39aa263 100644 --- a/SymfonyCustom/Tests/Commenting/FunctionCommentUnitTest.php +++ b/SymfonyCustom/Tests/Commenting/FunctionCommentUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the FunctionComment sniff. - * - * @group SymfonyCustom */ class FunctionCommentUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Commenting/VariableCommentUnitTest.php b/SymfonyCustom/Tests/Commenting/VariableCommentUnitTest.php index 8d73a93..4795c1f 100644 --- a/SymfonyCustom/Tests/Commenting/VariableCommentUnitTest.php +++ b/SymfonyCustom/Tests/Commenting/VariableCommentUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for VariableComment sniff. - * - * @group SymfonyCustom */ class VariableCommentUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Errors/ExceptionMessageUnitTest.php b/SymfonyCustom/Tests/Errors/ExceptionMessageUnitTest.php index d3a1b1b..979b32f 100644 --- a/SymfonyCustom/Tests/Errors/ExceptionMessageUnitTest.php +++ b/SymfonyCustom/Tests/Errors/ExceptionMessageUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the ExceptionMessage sniff. - * - * @group SymfonyCustom */ class ExceptionMessageUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Errors/UserDeprecatedUnitTest.php b/SymfonyCustom/Tests/Errors/UserDeprecatedUnitTest.php index cc8f4a5..45aaa9c 100644 --- a/SymfonyCustom/Tests/Errors/UserDeprecatedUnitTest.php +++ b/SymfonyCustom/Tests/Errors/UserDeprecatedUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the UserDeprecated sniff. - * - * @group SymfonyCustom */ class UserDeprecatedUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Formatting/BlankLineBeforeReturnUnitTest.php b/SymfonyCustom/Tests/Formatting/BlankLineBeforeReturnUnitTest.php index 066cc42..8eadb08 100644 --- a/SymfonyCustom/Tests/Formatting/BlankLineBeforeReturnUnitTest.php +++ b/SymfonyCustom/Tests/Formatting/BlankLineBeforeReturnUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the BlankLineBeforeReturn sniff. - * - * @group SymfonyCustom */ class BlankLineBeforeReturnUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Formatting/ConditionalReturnOrThrowUnitTest.php b/SymfonyCustom/Tests/Formatting/ConditionalReturnOrThrowUnitTest.php index 8746197..2ae77dd 100644 --- a/SymfonyCustom/Tests/Formatting/ConditionalReturnOrThrowUnitTest.php +++ b/SymfonyCustom/Tests/Formatting/ConditionalReturnOrThrowUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the ConditionalReturnOrThrow sniff. - * - * @group SymfonyCustom */ class ConditionalReturnOrThrowUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Formatting/StrictComparisonUnitTest.php b/SymfonyCustom/Tests/Formatting/StrictComparisonUnitTest.php index bb46457..c375795 100644 --- a/SymfonyCustom/Tests/Formatting/StrictComparisonUnitTest.php +++ b/SymfonyCustom/Tests/Formatting/StrictComparisonUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the StrictComparison sniff. - * - * @group SymfonyCustom */ class StrictComparisonUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Formatting/YodaConditionUnitTest.php b/SymfonyCustom/Tests/Formatting/YodaConditionUnitTest.php index 85ddf8e..e3bd653 100644 --- a/SymfonyCustom/Tests/Formatting/YodaConditionUnitTest.php +++ b/SymfonyCustom/Tests/Formatting/YodaConditionUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the YodaConditions sniff. - * - * @group SymfonyCustom */ class YodaConditionUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Functions/ScopeOrderUnitTest.php b/SymfonyCustom/Tests/Functions/ScopeOrderUnitTest.php index 8b89c24..6a05c2f 100644 --- a/SymfonyCustom/Tests/Functions/ScopeOrderUnitTest.php +++ b/SymfonyCustom/Tests/Functions/ScopeOrderUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the ScopeOrder sniff. - * - * @group SymfonyCustom */ class ScopeOrderUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Namespaces/AlphabeticallySortedUseUnitTest.php b/SymfonyCustom/Tests/Namespaces/AlphabeticallySortedUseUnitTest.php index 89ec959..5458608 100644 --- a/SymfonyCustom/Tests/Namespaces/AlphabeticallySortedUseUnitTest.php +++ b/SymfonyCustom/Tests/Namespaces/AlphabeticallySortedUseUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the AlphabeticallySortedUse sniff. - * - * @group SymfonyCustom */ class AlphabeticallySortedUseUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/Namespaces/UnusedUseUnitTest.php b/SymfonyCustom/Tests/Namespaces/UnusedUseUnitTest.php index 2d70b8f..376bd55 100644 --- a/SymfonyCustom/Tests/Namespaces/UnusedUseUnitTest.php +++ b/SymfonyCustom/Tests/Namespaces/UnusedUseUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the UnusedUse sniff. - * - * @group SymfonyCustom */ class UnusedUseUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/NamingConventions/ValidClassNameUnitTest.php b/SymfonyCustom/Tests/NamingConventions/ValidClassNameUnitTest.php index 2e9f9a2..11f0be3 100644 --- a/SymfonyCustom/Tests/NamingConventions/ValidClassNameUnitTest.php +++ b/SymfonyCustom/Tests/NamingConventions/ValidClassNameUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the ValidClassName sniff. - * - * @group SymfonyCustom */ class ValidClassNameUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/NamingConventions/ValidFileNameUnitTest.php b/SymfonyCustom/Tests/NamingConventions/ValidFileNameUnitTest.php index 4e2aaa0..703e0f9 100644 --- a/SymfonyCustom/Tests/NamingConventions/ValidFileNameUnitTest.php +++ b/SymfonyCustom/Tests/NamingConventions/ValidFileNameUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the ValidFileName sniff. - * - * @group SymfonyCustom */ class ValidFileNameUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/NamingConventions/ValidTypeHintUnitTest.php b/SymfonyCustom/Tests/NamingConventions/ValidTypeHintUnitTest.php index 3fa9aa7..871daf8 100644 --- a/SymfonyCustom/Tests/NamingConventions/ValidTypeHintUnitTest.php +++ b/SymfonyCustom/Tests/NamingConventions/ValidTypeHintUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the ValidScalarTypeName sniff. - * - * @group SymfonyCustom */ class ValidTypeHintUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/PHP/DiscourageEmptyUnitTest.php b/SymfonyCustom/Tests/PHP/DiscourageEmptyUnitTest.php index 2cec178..c40b54e 100644 --- a/SymfonyCustom/Tests/PHP/DiscourageEmptyUnitTest.php +++ b/SymfonyCustom/Tests/PHP/DiscourageEmptyUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the DiscourageEmpty sniff. - * - * @group SymfonyCustom */ class DiscourageEmptyUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/WhiteSpace/CloseBracketSpacingUnitTest.php b/SymfonyCustom/Tests/WhiteSpace/CloseBracketSpacingUnitTest.php index c0fc415..9560ade 100644 --- a/SymfonyCustom/Tests/WhiteSpace/CloseBracketSpacingUnitTest.php +++ b/SymfonyCustom/Tests/WhiteSpace/CloseBracketSpacingUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the CloseBracketSpacing sniff. - * - * @group SymfonyCustom */ class CloseBracketSpacingUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/WhiteSpace/DocCommentTagSpacingUnitTest.php b/SymfonyCustom/Tests/WhiteSpace/DocCommentTagSpacingUnitTest.php index 4d4653c..030a7c1 100644 --- a/SymfonyCustom/Tests/WhiteSpace/DocCommentTagSpacingUnitTest.php +++ b/SymfonyCustom/Tests/WhiteSpace/DocCommentTagSpacingUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the DocCommentTagSpacing sniff. - * - * @group SymfonyCustom */ class DocCommentTagSpacingUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/WhiteSpace/EmptyLinesUnitTest.php b/SymfonyCustom/Tests/WhiteSpace/EmptyLinesUnitTest.php index 1e97723..945328a 100644 --- a/SymfonyCustom/Tests/WhiteSpace/EmptyLinesUnitTest.php +++ b/SymfonyCustom/Tests/WhiteSpace/EmptyLinesUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the EmptyLines sniff. - * - * @group SymfonyCustom */ class EmptyLinesUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/WhiteSpace/OpenBracketSpacingUnitTest.php b/SymfonyCustom/Tests/WhiteSpace/OpenBracketSpacingUnitTest.php index a02048d..4a97b76 100644 --- a/SymfonyCustom/Tests/WhiteSpace/OpenBracketSpacingUnitTest.php +++ b/SymfonyCustom/Tests/WhiteSpace/OpenBracketSpacingUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the OpenBracketSpacing sniff. - * - * @group SymfonyCustom */ class OpenBracketSpacingUnitTest extends AbstractSniffUnitTest { diff --git a/SymfonyCustom/Tests/WhiteSpace/UnaryOperatorSpacingUnitTest.php b/SymfonyCustom/Tests/WhiteSpace/UnaryOperatorSpacingUnitTest.php index 16ad6ec..bf58d50 100644 --- a/SymfonyCustom/Tests/WhiteSpace/UnaryOperatorSpacingUnitTest.php +++ b/SymfonyCustom/Tests/WhiteSpace/UnaryOperatorSpacingUnitTest.php @@ -8,8 +8,6 @@ /** * Unit test class for the UnaryOperatorSpacing sniff. - * - * @group SymfonyCustom */ class UnaryOperatorSpacingUnitTest extends AbstractSniffUnitTest { diff --git a/build.xml b/build.xml index 2d61cba..907222f 100644 --- a/build.xml +++ b/build.xml @@ -30,7 +30,7 @@ - +