diff --git a/tests/src/Util/CryptoTest.php b/tests/src/Util/CryptoTest.php index b976a09838..f3047effa1 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)