mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11832] Fix log tests
PHPBB3-11832
This commit is contained in:
parent
6692db892f
commit
289bc2a411
1 changed files with 3 additions and 1 deletions
|
@ -23,8 +23,10 @@ class phpbb_log_function_view_log_test extends phpbb_database_test_case
|
|||
|
||||
public static function view_log_function_data()
|
||||
{
|
||||
global $phpEx, $phpbb_dispatcher;
|
||||
global $phpEx, $phpbb_dispatcher, $phpbb_container, $phpbb_root_path;
|
||||
$phpbb_dispatcher = new phpbb_mock_event_dispatcher();
|
||||
$phpbb_container = new phpbb_mock_container_builder();
|
||||
$phpbb_container->set('filesystem', new phpbb_filesystem($phpbb_root_path));
|
||||
|
||||
$expected_data_sets = array(
|
||||
1 => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue