[ticket/11150] Update tests

PHPBB3-11150
This commit is contained in:
Tristan Darricau 2015-12-15 19:49:53 +01:00 committed by Tristan Darricau
parent 718ca44a06
commit 43038a65de
No known key found for this signature in database
GPG key ID: 817043C2E29DB881
3 changed files with 15 additions and 0 deletions

View file

@ -19,6 +19,11 @@ services:
ext.manager: ext.manager:
class: phpbb\extension\manager_mock class: phpbb\extension\manager_mock
config:
class: phpbb\config\config
arguments:
- []
template.twig.environment: template.twig.environment:
class: Exception class: Exception
arguments: arguments:

View file

@ -16,6 +16,11 @@ services:
dispatcher: dispatcher:
class: phpbb\db\driver\container_mock class: phpbb\db\driver\container_mock
config:
class: phpbb\config\config
arguments:
- []
template.twig.environment: template.twig.environment:
class: Exception class: Exception
arguments: arguments:

View file

@ -19,6 +19,11 @@ services:
ext.manager: ext.manager:
class: phpbb\extension\manager_mock class: phpbb\extension\manager_mock
config:
class: phpbb\config\config
arguments:
- []
template.twig.environment: template.twig.environment:
class: Exception class: Exception
arguments: arguments: