]> git.mxchange.org Git - friendica.git/commitdiff
Using random_int directly
authorPhilipp Holzer <admin@philipp.info>
Mon, 5 Nov 2018 20:16:18 +0000 (21:16 +0100)
committerPhilipp Holzer <admin@philipp.info>
Mon, 5 Nov 2018 20:16:18 +0000 (21:16 +0100)
tests/src/Util/CryptoTest.php

index b976a09838d38c0de5e16d87a5cd46716933c762..f3047effa1c18812e3c3f3360fea732ec92918ac 100644 (file)
@@ -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)