|
2 | 2 | - PHPStan\Rules\PHPUnit\AssertSameBooleanExpectedRule
|
3 | 3 | - PHPStan\Rules\PHPUnit\AssertSameNullExpectedRule
|
4 | 4 | - PHPStan\Rules\PHPUnit\AssertSameWithCountRule
|
| 5 | + - PHPStan\Rules\PHPUnit\ClassCoversExistsRule |
| 6 | + - PHPStan\Rules\PHPUnit\ClassMethodCoversExistsRule |
5 | 7 | - PHPStan\Rules\PHPUnit\MockMethodCallRule
|
| 8 | + - PHPStan\Rules\PHPUnit\NoMissingSpaceInClassAnnotationRule |
| 9 | + - PHPStan\Rules\PHPUnit\NoMissingSpaceInMethodAnnotationRule |
6 | 10 | - PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule
|
7 | 11 |
|
8 | 12 | services:
|
9 |
| - - class: PHPStan\Rules\PHPUnit\ClassCoversExistsRule |
10 |
| - - class: PHPStan\Rules\PHPUnit\ClassMethodCoversExistsRule |
11 | 13 | -
|
12 | 14 | class: PHPStan\Rules\PHPUnit\DataProviderDeclarationRule
|
13 | 15 | arguments:
|
14 | 16 | checkFunctionNameCase: %checkFunctionNameCase%
|
15 | 17 | 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