Skip to content

Commit 9e9f9b5

Browse files
kalessilfabpot
authored andcommitted
[2.3] Static Code Analysis for Components
1 parent ac707ca commit 9e9f9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testSameChoiceFieldCreatedMultipleTimes()
3030
$choices = range(1, 300);
3131

3232
for ($i = 0; $i < 100; ++$i) {
33-
$this->factory->create('choice', rand(1, 400), array(
33+
$this->factory->create('choice', mt_rand(1, 400), array(
3434
'choices' => $choices,
3535
));
3636
}

0 commit comments

Comments
 (0)