Skip to content

Commit

Permalink
Fix: Use range()
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 30, 2021
1 parent 1d92178 commit 10092be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/ConstructTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function testDefinedInClonesInstanceAndAddsFileNames(): void
$faker->word(),
$faker->fileExtension()
);
}, \array_fill(0, 5, null));
}, \range(0, 5));

$construct = Construct::fromName($name);

Expand Down

0 comments on commit 10092be

Please sign in to comment.