-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathrules.neon
More file actions
39 lines (33 loc) · 1.22 KB
/
rules.neon
File metadata and controls
39 lines (33 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
rules:
- PHPStan\Rules\PHPUnit\AssertSameBooleanExpectedRule
- PHPStan\Rules\PHPUnit\AssertSameNullExpectedRule
- PHPStan\Rules\PHPUnit\AssertSameWithCountRule
- PHPStan\Rules\PHPUnit\ClassCoversExistsRule
- PHPStan\Rules\PHPUnit\ClassMethodCoversExistsRule
- PHPStan\Rules\PHPUnit\MockMethodCallRule
- PHPStan\Rules\PHPUnit\NoMissingSpaceInClassAnnotationRule
- PHPStan\Rules\PHPUnit\NoMissingSpaceInMethodAnnotationRule
- PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule
conditionalTags:
PHPStan\Rules\PHPUnit\AssertEqualsIsDiscouragedRule:
phpstan.rules.rule: [%strictRulesInstalled%, %featureToggles.bleedingEdge%]
PHPStan\Rules\PHPUnit\DataProviderDataRule:
phpstan.rules.rule: %featureToggles.bleedingEdge%
services:
-
class: PHPStan\Rules\PHPUnit\DataProviderDeclarationRule
arguments:
checkFunctionNameCase: %checkFunctionNameCase%
deprecationRulesInstalled: %deprecationRulesInstalled%
tags:
- phpstan.rules.rule
-
class: PHPStan\Rules\PHPUnit\AttributeRequiresPhpVersionRule
arguments:
deprecationRulesInstalled: %deprecationRulesInstalled%
tags:
- phpstan.rules.rule
-
class: PHPStan\Rules\PHPUnit\AssertEqualsIsDiscouragedRule
-
class: PHPStan\Rules\PHPUnit\DataProviderDataRule