aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/other_config/test/container/environment.yml
blob: 2aa29db2eb6e221b605539ee729f4328ec244441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameters:
    other_config: true

services:
    config.php:
        synthetic: true

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

    dispatcher:
        class: phpbb\db\driver\container_mock

    template.twig.environment:
        class: Exception
        arguments:
            - ~
            - ~
            - ~
            - ~
            - ~
            - ~
            - []