aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/fixtures/services_notification.yml
blob: c83d8bd323539b8bf6aa3d683c015fda49cfe3fc (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
imports:
    - { resource: ../../../phpBB/config/default/container/services_notification.yml }

services:
    notification_manager:
        synthetic: true

    user_loader:
        synthetic: true

    user:
        synthetic: true

    config:
        synthetic: true

    dbal.conn:
        synthetic: true

    language:
        synthetic: true

    auth:
        synthetic: true

    cache.driver:
        synthetic: true

    group_helper:
        synthetic: true

    path_helper:
        synthetic: true

    groupposition.legend:
        synthetic: true

    groupposition.teampage:
        synthetic: true

    groupposition.teampage:
        synthetic: true

    text_formatter.s9e.factory:
        synthetic: true

    text_formatter.s9e.quote_helper:
        synthetic: true

    text_formatter.parser:
        synthetic: true

    text_formatter.s9e.parser:
        synthetic: true

    text_formatter.renderer:
        synthetic: true

    text_formatter.s9e.renderer:
        synthetic: true

    text_formatter.utils:
        synthetic: true

    text_formatter.s9e.utils:
        synthetic: true

    text_formatter.data_access:
        synthetic: true

    test:
        class: phpbb\notification\type\test
        shared: false
        parent: notification.type.base
        tags:
            - { name: notification.type }