aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/config/services.yml
blob: 913a2603c98b09b51d348c4baa3f014f51a743e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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