Skip to content

Commit e92a5ab

Browse files
committed
Fix test
1 parent 09da0a3 commit e92a5ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/PHPStan/Rules/Classes/InstantiationRuleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ public function testInstantiation(): void
8282
'Using parent outside of class scope.',
8383
41,
8484
],
85-
[
86-
'Class TestInstantiation\BarInstantiation constructor invoked with 0 parameters, 1 required.',
87-
44,
88-
],
8985
[
9086
'Class TestInstantiation\InstantiatingClass constructor invoked with 0 parameters, 1 required.',
9187
57,

0 commit comments

Comments
 (0)