mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/11150] Update tests
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
718ca44a06
commit
43038a65de
@@ -19,6 +19,11 @@ services:
|
||||
ext.manager:
|
||||
class: phpbb\extension\manager_mock
|
||||
|
||||
config:
|
||||
class: phpbb\config\config
|
||||
arguments:
|
||||
- []
|
||||
|
||||
template.twig.environment:
|
||||
class: Exception
|
||||
arguments:
|
||||
|
@@ -16,6 +16,11 @@ services:
|
||||
dispatcher:
|
||||
class: phpbb\db\driver\container_mock
|
||||
|
||||
config:
|
||||
class: phpbb\config\config
|
||||
arguments:
|
||||
- []
|
||||
|
||||
template.twig.environment:
|
||||
class: Exception
|
||||
arguments:
|
||||
|
@@ -19,6 +19,11 @@ services:
|
||||
ext.manager:
|
||||
class: phpbb\extension\manager_mock
|
||||
|
||||
config:
|
||||
class: phpbb\config\config
|
||||
arguments:
|
||||
- []
|
||||
|
||||
template.twig.environment:
|
||||
class: Exception
|
||||
arguments:
|
||||
|
Reference in New Issue
Block a user