aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/config/test/container/environment.yml
blob: f2a22ae10931c44f1d2fb75832e076a8233f930f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
parameters:
    core: true

services:
    config.php:
        synthetic: true

    dbal.conn:
        class: phpbb\db\driver\factory
        arguments:
            - @service_container

    dispatcher:
        class: phpbb\db\driver\container_mock