1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +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

@@ -352,11 +352,11 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
array(
"\t/**",
"\t*/",
"\t\$vars = array('_Strange123', 'phpBB3_Test');",
"\t\$vars = array('_Strange123', 'phpBB_Test');",
"\t\$this->dispatcher->dispatch('test');",
),
3,
array('_Strange123', 'phpBB3_Test'),
array('_Strange123', 'phpBB_Test'),
),
);
}