diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-05-17 10:28:44 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-05-25 12:08:51 +0200 |
commit | 646b16f5db0ce68c69b520670b366dd61bfa03c1 (patch) | |
tree | 2fe5d270e31de8e71758a8d52bf44a9d4bca90a0 /tests/regex/ipv4.php | |
parent | 6a5ad05d8a15c0d4f6be2413190c5a2fdc270f5d (diff) | |
download | forums-646b16f5db0ce68c69b520670b366dd61bfa03c1.tar forums-646b16f5db0ce68c69b520670b366dd61bfa03c1.tar.gz forums-646b16f5db0ce68c69b520670b366dd61bfa03c1.tar.bz2 forums-646b16f5db0ce68c69b520670b366dd61bfa03c1.tar.xz forums-646b16f5db0ce68c69b520670b366dd61bfa03c1.zip |
[ticket/9626] Add missing class prefix.
PHPBB3-9626
Diffstat (limited to 'tests/regex/ipv4.php')
-rw-r--r-- | tests/regex/ipv4.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regex/ipv4.php b/tests/regex/ipv4.php index 5ffc700831..9d131ad0ca 100644 --- a/tests/regex/ipv4.php +++ b/tests/regex/ipv4.php @@ -10,7 +10,7 @@ require_once 'test_framework/framework.php'; require_once '../phpBB/includes/functions.php'; -class phpbb_ipv4_test extends phpbb_test_case +class phpbb_regex_ipv4_test extends phpbb_test_case { protected $regex; |