Skip to content

Commit 8e3b218

Browse files
author
Vincent Langlet
committed
🚨 Launch only our tests
1 parent 609455f commit 8e3b218

21 files changed

+22
-38
lines changed

Symfony3Custom/Tests/Arrays/ArrayDeclarationUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/**
88
* Unit test class for the ArrayDeclaration sniff.
99
*
10-
* A sniff unit test checks a .inc file for expected violations of a single
11-
* coding standard. Expected errors and warnings are stored in this class.
10+
* @group Symfony3Custom
1211
*/
1312
class ArrayDeclarationUnitTest extends AbstractSniffUnitTest
1413
{

Symfony3Custom/Tests/Classes/PropertyDeclarationUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/**
88
* Unit test class for the PropertyDeclaration sniff.
99
*
10-
* A sniff unit test checks a .inc file for expected violations of a single
11-
* coding standard. Expected errors and warnings are stored in this class.
10+
* @group Symfony3Custom
1211
*/
1312
class PropertyDeclarationUnitTest extends AbstractSniffUnitTest
1413
{

Symfony3Custom/Tests/Commenting/ClassCommentUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/**
88
* Unit test class for the ClassComment sniff.
99
*
10-
* A sniff unit test checks a .inc file for expected violations of a single
11-
* coding standard. Expected errors and warnings are stored in this class.
10+
* @group Symfony3Custom
1211
*/
1312
class ClassCommentUnitTest extends AbstractSniffUnitTest
1413
{

Symfony3Custom/Tests/Commenting/DocCommentForbiddenTagsUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/**
88
* Unit test class for the DocCommentForbiddenTags sniff.
99
*
10-
* A sniff unit test checks a .inc file for expected violations of a single
11-
* coding standard. Expected errors and warnings are stored in this class.
10+
* @group Symfony3Custom
1211
*/
1312
class DocCommentForbiddenTagsUnitTest extends AbstractSniffUnitTest
1413
{

Symfony3Custom/Tests/Commenting/DocCommentGroupSameTypeUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/**
88
* Unit test class for the DocCommentGroupSameType sniff.
99
*
10-
* A sniff unit test checks a .inc file for expected violations of a single
11-
* coding standard. Expected errors and warnings are stored in this class.
10+
* @group Symfony3Custom
1211
*/
1312
class DocCommentGroupSameTypeUnitTest extends AbstractSniffUnitTest
1413
{

Symfony3Custom/Tests/Commenting/FunctionCommentUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/**
88
* Unit test class for the FunctionComment sniff.
99
*
10-
* A sniff unit test checks a .inc file for expected violations of a single
11-
* coding standard. Expected errors and warnings are stored in this class.
10+
* @group Symfony3Custom
1211
*/
1312
class FunctionCommentUnitTest extends AbstractSniffUnitTest
1413
{

Symfony3Custom/Tests/Commenting/VariableCommentUnitTest.php

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

77
/**
88
* Unit test class for VariableCommentSniff.
9+
*
10+
* @group Symfony3Custom
911
*/
1012
class VariableCommentUnitTest extends AbstractSniffUnitTest
1113
{

Symfony3Custom/Tests/Formatting/BlankLineBeforeReturnUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/**
88
* Unit test class for the BlankLineBeforeReturn sniff.
99
*
10-
* A sniff unit test checks a .inc file for expected violations of a single
11-
* coding standard. Expected errors and warnings are stored in this class.
10+
* @group Symfony3Custom
1211
*/
1312
class BlankLineBeforeReturnUnitTest extends AbstractSniffUnitTest
1413
{

Symfony3Custom/Tests/Formatting/StrictComparisonUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/**
88
* Unit test class for the StrictComparison sniff.
99
*
10-
* A sniff unit test checks a .inc file for expected violations of a single
11-
* coding standard. Expected errors and warnings are stored in this class.
10+
* @group Symfony3Custom
1211
*/
1312
class StrictComparisonUnitTest extends AbstractSniffUnitTest
1413
{

Symfony3Custom/Tests/Formatting/YodaConditionUnitTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
/**
88
* Unit test class for the YodaConditions sniff.
99
*
10-
* A sniff unit test checks a .inc file for expected violations of a single
11-
* coding standard. Expected errors and warnings are stored in this class.
10+
* @group Symfony3Custom
1211
*/
1312
class YodaConditionUnitTest extends AbstractSniffUnitTest
1413
{

0 commit comments

Comments
 (0)