Skip to content

Commit 6224876

Browse files
committed
All LevelsTestCase have @group levels
1 parent cbc6b02 commit 6224876

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/PHPStan/Levels/InferPrivatePropertyTypeFromConstructorIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use PHPStan\Testing\LevelsTestCase;
66

77
/**
8-
* @group exec
8+
* @group levels
99
*/
1010
class InferPrivatePropertyTypeFromConstructorIntegrationTest extends LevelsTestCase
1111
{

tests/PHPStan/Levels/NamedArgumentsIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use PHPStan\Testing\LevelsTestCase;
66

77
/**
8-
* @group exec
8+
* @group levels
99
*/
1010
class NamedArgumentsIntegrationTest extends LevelsTestCase
1111
{

tests/PHPStan/Levels/StubValidatorIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use PHPStan\Testing\LevelsTestCase;
66

77
/**
8-
* @group exec
8+
* @group levels
99
*/
1010
class StubValidatorIntegrationTest extends LevelsTestCase
1111
{

tests/PHPStan/Levels/StubsIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use PHPStan\Testing\LevelsTestCase;
66

77
/**
8-
* @group exec
8+
* @group levels
99
*/
1010
class StubsIntegrationTest extends LevelsTestCase
1111
{

0 commit comments

Comments
 (0)