diff --git a/tests/Unit/FactoryTest.php b/tests/Unit/FactoryTest.php index ff11f154..718151e1 100644 --- a/tests/Unit/FactoryTest.php +++ b/tests/Unit/FactoryTest.php @@ -913,9 +913,7 @@ public function testVariadicConstructorStringIndexedParameters(): void 'class' => VariadicConstructor::class, '__construct()' => [ 'first' => 1, - 'parameters' => 42, - 'second' => 43, - 'third' => 44, + 'parameters' => [42, 43, 44], ], ], ]