Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Dec 4, 2021
1 parent 03d5c4c commit 74f1c05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Unit/FactoryTest.php
Expand Up @@ -913,9 +913,7 @@ public function testVariadicConstructorStringIndexedParameters(): void
'class' => VariadicConstructor::class,
'__construct()' => [
'first' => 1,
'parameters' => 42,
'second' => 43,
'third' => 44,
'parameters' => [42, 43, 44],
],
],
]
Expand Down

0 comments on commit 74f1c05

Please sign in to comment.