1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/9626] Add missing class prefix.

PHPBB3-9626
This commit is contained in:
Andreas Fischer
2010-05-17 10:28:44 +02:00
parent 6a5ad05d8a
commit 646b16f5db
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
require_once 'test_framework/framework.php';
require_once '../phpBB/includes/functions.php';
class phpbb_ipv6_test extends phpbb_test_case
class phpbb_regex_ipv6_test extends phpbb_test_case
{
protected $regex;