1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

[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
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: