[ticket/11832] Fix log tests

PHPBB3-11832
This commit is contained in:
Nathan Guse 2013-09-09 18:27:12 -05:00
parent 6692db892f
commit 289bc2a411

View file

@ -23,8 +23,10 @@ class phpbb_log_function_view_log_test extends phpbb_database_test_case
public static function view_log_function_data() 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_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( $expected_data_sets = array(
1 => array( 1 => array(