aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/config/production/container/environment.yml
blob: 0af08f0849f41f31818789ac7217c2b8d0660780 (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
26
27
28
29
30
31
32
33
34
35
parameters:
    core: true
    tables.acl_groups: '%core.table_prefix%acl_groups'
    tables.acl_options: '%core.table_prefix%acl_options'
    tables.acl_roles: '%core.table_prefix%acl_roles'

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:
            - ~
            - ~
            - ~
            - ~
            - ~
            - ~
            - ~
            - []