Ticket #60401: 60401.patch
| File 60401.patch, 487 bytes (added by , 2 years ago) |
|---|
-
tests/phpunit/includes/utils.php
diff --git a/tests/phpunit/includes/utils.php b/tests/phpunit/includes/utils.php index 272e9a75b0..b0adda09e5 100644
a b function rand_str( $len = 32 ) { 16 16 /** 17 17 * Returns a string of the required length containing random characters. 18 18 * 19 * @param int $len The required length.19 * @param int $length The required length. 20 20 * @return string The string. 21 21 */ 22 22 function rand_long_str( $length ) {