Skip to content

Commit a316f5d

Browse files
committed
Enforce calling parent::setUp() and parent::tearDown()
1 parent 6c0e48e commit a316f5d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

rules.neon

+1-8
Original file line numberDiff line numberDiff line change
@@ -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-
91
rules:
102
- PHPStan\Rules\PHPUnit\AssertSameBooleanExpectedRule
113
- PHPStan\Rules\PHPUnit\AssertSameNullExpectedRule
124
- PHPStan\Rules\PHPUnit\AssertSameWithCountRule
135
- PHPStan\Rules\PHPUnit\MockMethodCallRule
6+
- PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule

0 commit comments

Comments
 (0)