diff options
author | Nils Adermann <naderman@naderman.de> | 2011-07-16 22:24:55 -0400 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-07-16 22:24:55 -0400 |
commit | ee12a66c74321e2d6e4da679cce92496747802f8 (patch) | |
tree | 03237180b4eb9e0deefcf460cce725ea344162ee | |
parent | 6923069e0e1a1c7f525545c5d796beb40920b2d1 (diff) | |
parent | e11f9afdce7649cebbe3f40d8af6ef62f8042434 (diff) | |
download | forums-ee12a66c74321e2d6e4da679cce92496747802f8.tar forums-ee12a66c74321e2d6e4da679cce92496747802f8.tar.gz forums-ee12a66c74321e2d6e4da679cce92496747802f8.tar.bz2 forums-ee12a66c74321e2d6e4da679cce92496747802f8.tar.xz forums-ee12a66c74321e2d6e4da679cce92496747802f8.zip |
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.
-rw-r--r-- | tests/wrapper/mt_rand_test.php (renamed from tests/random/mt_rand.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/random/mt_rand.php b/tests/wrapper/mt_rand_test.php index d6502c4e80..c8bcb3d14c 100644 --- a/tests/random/mt_rand.php +++ b/tests/wrapper/mt_rand_test.php @@ -9,7 +9,7 @@ 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() { |