Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 2d3106b

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: Added 'default' color [HttpFoundation] Reload the session after regenerating its id [HttpFoundation] Add a test case to confirm a bug in session migration [2.6] Static Code Analysis for Components and Bundles [Finder] Command::addAtIndex() fails with Command instance argument [DependencyInjection] Freeze also FrozenParameterBag::remove [Twig][Bridge] replaced `extends` with `use` in bootstrap_3_horizontal_layout.html.twig fix CS fixed CS Add a way to reset the singleton [Security] allow to use `method` in XML configs Remove duplicate example Remove var not used due to returning early (introduced in 8982c32) Enhance hhvm test skip message
2 parents d7338cb + bc07ab0 commit 2d3106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Tests/Util/SecureRandomTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function testLongRun($secureRandom)
138138
*/
139139
public function testSerialCorrelation($secureRandom)
140140
{
141-
$shift = rand(1, 5000);
141+
$shift = mt_rand(1, 5000);
142142
$b = $this->getBitSequence($secureRandom, 20000);
143143

144144
$Z = 0;

0 commit comments

Comments
 (0)