phpbb/tests/di/fixtures/config/test/container/environment.yml
Tristan Darricau 43038a65de
[ticket/11150] Update tests
PHPBB3-11150
2017-04-23 21:01:12 +02:00

34 lines
586 B
YAML

parameters:
core: true
services:
config.php:
synthetic: true
dbal.conn:
class: phpbb\db\driver\factory
arguments:
- '@service_container'
dbal.conn.driver:
synthetic: true
dispatcher:
class: phpbb\db\driver\container_mock
config:
class: phpbb\config\config
arguments:
- []
template.twig.environment:
class: Exception
arguments:
- ~
- ~
- ~
- ~
- ~
- ~
- ~
- []