We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0e48e commit a316f5dCopy full SHA for a316f5d
rules.neon
@@ -1,13 +1,6 @@
1
-conditionalTags:
2
- PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule:
3
- phpstan.rules.rule: %featureToggles.bleedingEdge%
4
-
5
-services:
6
- -
7
- class: PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule
8
9
rules:
10
- PHPStan\Rules\PHPUnit\AssertSameBooleanExpectedRule
11
- PHPStan\Rules\PHPUnit\AssertSameNullExpectedRule
12
- PHPStan\Rules\PHPUnit\AssertSameWithCountRule
13
- PHPStan\Rules\PHPUnit\MockMethodCallRule
+ - PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule
0 commit comments