Skip to content

Commit 4af307e

Browse files
Merge pull request #111 from VincentLanglet/stopUsingGroup
📦 Clean
2 parents 5df5732 + 3034316 commit 4af307e

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
{

SymfonyCustom/Tests/Errors/UserDeprecatedUnitTest.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 UserDeprecated sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class UserDeprecatedUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Formatting/BlankLineBeforeReturnUnitTest.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 BlankLineBeforeReturn sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class BlankLineBeforeReturnUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Formatting/ConditionalReturnOrThrowUnitTest.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 ConditionalReturnOrThrow sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class ConditionalReturnOrThrowUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Formatting/StrictComparisonUnitTest.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 StrictComparison sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class StrictComparisonUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Formatting/YodaConditionUnitTest.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 YodaConditions sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class YodaConditionUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Functions/ScopeOrderUnitTest.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 ScopeOrder sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class ScopeOrderUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Namespaces/AlphabeticallySortedUseUnitTest.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 AlphabeticallySortedUse sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class AlphabeticallySortedUseUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/Namespaces/UnusedUseUnitTest.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 UnusedUse sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class UnusedUseUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/NamingConventions/ValidClassNameUnitTest.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 ValidClassName sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class ValidClassNameUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/NamingConventions/ValidFileNameUnitTest.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 ValidFileName sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class ValidFileNameUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/NamingConventions/ValidTypeHintUnitTest.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 ValidScalarTypeName sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class ValidTypeHintUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/PHP/DiscourageEmptyUnitTest.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 DiscourageEmpty sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class DiscourageEmptyUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/WhiteSpace/CloseBracketSpacingUnitTest.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 CloseBracketSpacing sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class CloseBracketSpacingUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/WhiteSpace/DocCommentTagSpacingUnitTest.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 DocCommentTagSpacing sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class DocCommentTagSpacingUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/WhiteSpace/EmptyLinesUnitTest.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 EmptyLines sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class EmptyLinesUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/WhiteSpace/OpenBracketSpacingUnitTest.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 OpenBracketSpacing sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class OpenBracketSpacingUnitTest extends AbstractSniffUnitTest
1513
{

SymfonyCustom/Tests/WhiteSpace/UnaryOperatorSpacingUnitTest.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 UnaryOperatorSpacing sniff.
11-
*
12-
* @group SymfonyCustom
1311
*/
1412
class UnaryOperatorSpacingUnitTest extends AbstractSniffUnitTest
1513
{

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<target name="phpunit" depends="symlink-cs" description="Run unit tests with PHPUnit">
3131
<exec executable="${phpunit.bin}" failonerror="true" >
3232
<arg value="--verbose"/>
33-
<arg value="--group=SymfonyCustom"/>
33+
<arg value="--filter=SymfonyCustom"/>
3434
<arg value="${phpcs.dir}/tests/AllTests.php"/>
3535
</exec>
3636
<exec executable="${phpunit.bin}" failonerror="true" >

0 commit comments

Comments
 (0)