phpbb/tests/di/fixtures/config/production/container/environment.yml
2017-01-03 21:41:36 +01:00

32 lines
564 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
ext.manager:
class: phpbb\extension\manager_mock
template.twig.environment:
class: Exception
arguments:
- ~
- ~
- ~
- ~
- ~
- ~
- ~
- []