mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.
PHPBB3-10265
This commit is contained in:
parent
e4707a8be7
commit
e11f9afdce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue