Skip to content

📦 Clean #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Arrays/ArrayDeclarationUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the ArrayDeclaration sniff.
*
* @group SymfonyCustom
*/
class ArrayDeclarationUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Classes/ClassDeclarationUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the ClassDeclaration sniff.
*
* @group SymfonyCustom
*/
class ClassDeclarationUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Classes/PropertyDeclarationUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the PropertyDeclaration sniff.
*
* @group SymfonyCustom
*/
class PropertyDeclarationUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Commenting/ClassCommentUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the ClassComment sniff.
*
* @group SymfonyCustom
*/
class ClassCommentUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the DocCommentForbiddenTags sniff.
*
* @group SymfonyCustom
*/
class DocCommentForbiddenTagsUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the DocCommentGroupSameType sniff.
*
* @group SymfonyCustom
*/
class DocCommentGroupSameTypeUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Commenting/DocCommentUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the DocComment sniff.
*
* @group SymfonyCustom
*/
class DocCommentUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Commenting/FunctionCommentUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the FunctionComment sniff.
*
* @group SymfonyCustom
*/
class FunctionCommentUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Commenting/VariableCommentUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for VariableComment sniff.
*
* @group SymfonyCustom
*/
class VariableCommentUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Errors/ExceptionMessageUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the ExceptionMessage sniff.
*
* @group SymfonyCustom
*/
class ExceptionMessageUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Errors/UserDeprecatedUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the UserDeprecated sniff.
*
* @group SymfonyCustom
*/
class UserDeprecatedUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the BlankLineBeforeReturn sniff.
*
* @group SymfonyCustom
*/
class BlankLineBeforeReturnUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the ConditionalReturnOrThrow sniff.
*
* @group SymfonyCustom
*/
class ConditionalReturnOrThrowUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Formatting/StrictComparisonUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the StrictComparison sniff.
*
* @group SymfonyCustom
*/
class StrictComparisonUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Formatting/YodaConditionUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the YodaConditions sniff.
*
* @group SymfonyCustom
*/
class YodaConditionUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Functions/ScopeOrderUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the ScopeOrder sniff.
*
* @group SymfonyCustom
*/
class ScopeOrderUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the AlphabeticallySortedUse sniff.
*
* @group SymfonyCustom
*/
class AlphabeticallySortedUseUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/Namespaces/UnusedUseUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the UnusedUse sniff.
*
* @group SymfonyCustom
*/
class UnusedUseUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the ValidClassName sniff.
*
* @group SymfonyCustom
*/
class ValidClassNameUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the ValidFileName sniff.
*
* @group SymfonyCustom
*/
class ValidFileNameUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the ValidScalarTypeName sniff.
*
* @group SymfonyCustom
*/
class ValidTypeHintUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/PHP/DiscourageEmptyUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the DiscourageEmpty sniff.
*
* @group SymfonyCustom
*/
class DiscourageEmptyUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the CloseBracketSpacing sniff.
*
* @group SymfonyCustom
*/
class CloseBracketSpacingUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the DocCommentTagSpacing sniff.
*
* @group SymfonyCustom
*/
class DocCommentTagSpacingUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/WhiteSpace/EmptyLinesUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the EmptyLines sniff.
*
* @group SymfonyCustom
*/
class EmptyLinesUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 0 additions & 2 deletions SymfonyCustom/Tests/WhiteSpace/OpenBracketSpacingUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the OpenBracketSpacing sniff.
*
* @group SymfonyCustom
*/
class OpenBracketSpacingUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/**
* Unit test class for the UnaryOperatorSpacing sniff.
*
* @group SymfonyCustom
*/
class UnaryOperatorSpacingUnitTest extends AbstractSniffUnitTest
{
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<target name="phpunit" depends="symlink-cs" description="Run unit tests with PHPUnit">
<exec executable="${phpunit.bin}" failonerror="true" >
<arg value="--verbose"/>
<arg value="--group=SymfonyCustom"/>
<arg value="--filter=SymfonyCustom"/>
<arg value="${phpcs.dir}/tests/AllTests.php"/>
</exec>
<exec executable="${phpunit.bin}" failonerror="true" >
Expand Down