We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64db84 commit 63b07dbCopy full SHA for 63b07db
Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php
@@ -30,7 +30,7 @@ public function testSameChoiceFieldCreatedMultipleTimes()
30
$choices = range(1, 300);
31
32
for ($i = 0; $i < 100; ++$i) {
33
- $this->factory->create('choice', rand(1, 400), array(
+ $this->factory->create('choice', mt_rand(1, 400), array(
34
'choices' => $choices,
35
));
36
}
0 commit comments