From 646b16f5db0ce68c69b520670b366dd61bfa03c1 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 17 May 2010 10:28:44 +0200 Subject: [ticket/9626] Add missing class prefix. PHPBB3-9626 --- tests/regex/all_tests.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/regex/all_tests.php') diff --git a/tests/regex/all_tests.php b/tests/regex/all_tests.php index 0e193620e1..f2a23a0f98 100644 --- a/tests/regex/all_tests.php +++ b/tests/regex/all_tests.php @@ -30,9 +30,9 @@ class phpbb_regex_all_tests { $suite = new PHPUnit_Framework_TestSuite('phpBB Regular Expressions'); - $suite->addTestSuite('phpbb_email_test'); - $suite->addTestSuite('phpbb_ipv4_test'); - $suite->addTestSuite('phpbb_ipv6_test'); + $suite->addTestSuite('phpbb_regex_email_test'); + $suite->addTestSuite('phpbb_regex_ipv4_test'); + $suite->addTestSuite('phpbb_regex_ipv6_test'); return $suite; } -- cgit v1.2.1