Skip to content

Commit

Permalink
fix code review comments 2
Browse files Browse the repository at this point in the history
  • Loading branch information
canvural authored and ondrejmirtes committed Jul 28, 2020
1 parent a800264 commit 20f23c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion rules.neon
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ rules:
- PHPStan\Rules\PHPUnit\AssertSameNullExpectedRule
- PHPStan\Rules\PHPUnit\AssertSameWithCountRule
- PHPStan\Rules\PHPUnit\MockMethodCallRule
- PHPStan\Rules\PHPUnit\ShouldCallParentMethodsRule
3 changes: 2 additions & 1 deletion tests/Rules/PHPUnit/ShouldCallParentMethodsRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public function testRule(): void
[
'Missing call to parent::setUp() method.',
32,
],[
],
[
'Missing call to parent::setUp() method.',
55,
],
Expand Down

0 comments on commit 20f23c9

Please sign in to comment.