Using random_int directly

This commit is contained in:
Philipp Holzer 2018-11-05 21:16:18 +01:00
parent 049cd963f3
commit 47095d70a9
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View 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)