From 47095d70a9a8378cc14ebd515bcb2477e2710153 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Mon, 5 Nov 2018 21:16:18 +0100 Subject: [PATCH] Using random_int directly --- tests/src/Util/CryptoTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Util/CryptoTest.php b/tests/src/Util/CryptoTest.php index b976a0983..f3047effa 100644 --- a/tests/src/Util/CryptoTest.php +++ b/tests/src/Util/CryptoTest.php @@ -22,7 +22,7 @@ class CryptoTest extends TestCase } /** - * Replaces rand results with given mocks + * Replaces random_int results with given mocks * */ private function assertRandomInt($min, $max)