mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
[ticket/15245] Fix tests
PHPBB3-15245
This commit is contained in:
parent
221e5a01b1
commit
886089d28e
@ -46,7 +46,10 @@ class phpbb_feed_attachments_base_test extends phpbb_database_test_case
|
|||||||
),
|
),
|
||||||
'\phpbb\datetime'
|
'\phpbb\datetime'
|
||||||
);
|
);
|
||||||
$feed_helper = new \phpbb\feed\helper($config, $path_helper, $user);
|
$container = new phpbb_mock_container_builder();
|
||||||
|
$this->get_test_case_helpers()->set_s9e_services($container);
|
||||||
|
$container->set('feed.quote_helper', new \phpbb\feed\quote_helper($user, $phpbb_root_path, 'php'));
|
||||||
|
$feed_helper = new \phpbb\feed\helper($config, $container, $path_helper, $container->get('text_formatter.renderer'), $user);
|
||||||
$db = $this->new_dbal();
|
$db = $this->new_dbal();
|
||||||
$cache = new \phpbb_mock_cache();
|
$cache = new \phpbb_mock_cache();
|
||||||
$auth = new \phpbb\auth\auth();
|
$auth = new \phpbb\auth\auth();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user