Skip to content

Commit 09e2d3b

Browse files
committed
Uncover everything behind the bleedingEdge flag
1 parent 4d861e0 commit 09e2d3b

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

rules.neon

+6-16
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,18 @@ rules:
22
- PHPStan\Rules\PHPUnit\AssertSameBooleanExpectedRule
33
- PHPStan\Rules\PHPUnit\AssertSameNullExpectedRule
44
- PHPStan\Rules\PHPUnit\AssertSameWithCountRule
5+
- PHPStan\Rules\PHPUnit\ClassCoversExistsRule
6+
- PHPStan\Rules\PHPUnit\ClassMethodCoversExistsRule
57
- PHPStan\Rules\PHPUnit\MockMethodCallRule
8+
- PHPStan\Rules\PHPUnit\NoMissingSpaceInClassAnnotationRule
9+
- PHPStan\Rules\PHPUnit\NoMissingSpaceInMethodAnnotationRule
610
- PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule
711

812
services:
9-
- class: PHPStan\Rules\PHPUnit\ClassCoversExistsRule
10-
- class: PHPStan\Rules\PHPUnit\ClassMethodCoversExistsRule
1113
-
1214
class: PHPStan\Rules\PHPUnit\DataProviderDeclarationRule
1315
arguments:
1416
checkFunctionNameCase: %checkFunctionNameCase%
1517
deprecationRulesInstalled: %deprecationRulesInstalled%
16-
- class: PHPStan\Rules\PHPUnit\NoMissingSpaceInClassAnnotationRule
17-
- class: PHPStan\Rules\PHPUnit\NoMissingSpaceInMethodAnnotationRule
18-
19-
conditionalTags:
20-
PHPStan\Rules\PHPUnit\ClassCoversExistsRule:
21-
phpstan.rules.rule: %featureToggles.bleedingEdge%
22-
PHPStan\Rules\PHPUnit\ClassMethodCoversExistsRule:
23-
phpstan.rules.rule: %featureToggles.bleedingEdge%
24-
PHPStan\Rules\PHPUnit\DataProviderDeclarationRule:
25-
phpstan.rules.rule: %featureToggles.bleedingEdge%
26-
PHPStan\Rules\PHPUnit\NoMissingSpaceInClassAnnotationRule:
27-
phpstan.rules.rule: %featureToggles.bleedingEdge%
28-
PHPStan\Rules\PHPUnit\NoMissingSpaceInMethodAnnotationRule:
29-
phpstan.rules.rule: %featureToggles.bleedingEdge%
18+
tags:
19+
- phpstan.rules.rule

0 commit comments

Comments
 (0)