mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-21 08:00:46 +01:00
[ticket/11150] Update tests
PHPBB3-11150
This commit is contained in:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user