mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17514] Replace phpBB3 with phpBB in tests
PHPBB-17514
This commit is contained in:
@@ -17,7 +17,7 @@ class phpbb_regex_table_prefix_test extends phpbb_test_case
|
||||
{
|
||||
return array(
|
||||
array('phpbb_', 1),
|
||||
array('phpBB3', 1),
|
||||
array('phpBB', 1),
|
||||
array('a', 1),
|
||||
|
||||
array('', 0),
|
||||
|
Reference in New Issue
Block a user