Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 1, 2021
1 parent 09da0a3 commit e92a5ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/PHPStan/Rules/Classes/InstantiationRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ public function testInstantiation(): void
'Using parent outside of class scope.',
41,
],
[
'Class TestInstantiation\BarInstantiation constructor invoked with 0 parameters, 1 required.',
44,
],
[
'Class TestInstantiation\InstantiatingClass constructor invoked with 0 parameters, 1 required.',
57,
Expand Down

0 comments on commit e92a5ab

Please sign in to comment.