mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
Merge remote-tracking branch 'github-bantu/ticket/10265' into develop
* github-bantu/ticket/10265: [ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.
This commit is contained in:
commit
ee12a66c74
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||||
|
|
||||||
class phpbb_random_mt_rand_test extends phpbb_test_case
|
class phpbb_wrapper_mt_rand_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
public function test_max_equals_min()
|
public function test_max_equals_min()
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user