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:
@@ -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'),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user