1
0
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:
Marc Alexander
2025-05-20 20:59:40 +02:00
parent 7fe8188b78
commit 5d3f0cd482
9 changed files with 32 additions and 32 deletions

View File

@@ -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),