aboutsummaryrefslogtreecommitdiffstats
path: root/tests/regex/ipv4.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-05-17 10:28:44 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-05-25 12:08:51 +0200
commit646b16f5db0ce68c69b520670b366dd61bfa03c1 (patch)
tree2fe5d270e31de8e71758a8d52bf44a9d4bca90a0 /tests/regex/ipv4.php
parent6a5ad05d8a15c0d4f6be2413190c5a2fdc270f5d (diff)
downloadforums-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.php2
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;