forked from superdesk/web-publisher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpspec.yml.dist
111 lines (108 loc) · 4.35 KB
/
phpspec.yml.dist
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
suites:
# components
MultiTenancy_suite:
namespace: SWP\Component\MultiTenancy
psr4_prefix: SWP\Component\MultiTenancy
spec_path: src/SWP/Component/MultiTenancy
src_path: src/SWP/Component/MultiTenancy
Bridge_suite:
namespace: SWP\Component\Bridge
psr4_prefix: SWP\Component\Bridge
spec_path: src/SWP/Component/Bridge
src_path: src/SWP/Component/Bridge
Storage_suite:
namespace: SWP\Component\Storage
psr4_prefix: SWP\Component\Storage
spec_path: src/SWP/Component/Storage
src_path: src/SWP/Component/Storage
Common_suite:
namespace: SWP\Component\Common
psr4_prefix: SWP\Component\Common
spec_path: src/SWP/Component/Common
src_path: src/SWP/Component/Common
TemplatesSystem_suite:
namespace: SWP\Component\TemplatesSystem
psr4_prefix: SWP\Component\TemplatesSystem
spec_path: src/SWP/Component/TemplatesSystem
src_path: src/SWP/Component/TemplatesSystem
Rule_suite:
namespace: SWP\Component\Rule
psr4_prefix: SWP\Component\Rule
spec_path: src/SWP/Component/Rule
src_path: src/SWP/Component/Rule
ContentList_suite:
namespace: SWP\Component\ContentList
psr4_prefix: SWP\Component\ContentList
spec_path: src/SWP/Component/ContentList
src_path: src/SWP/Component/ContentList
OutputChannel_suite:
namespace: SWP\Component\OutputChannel
psr4_prefix: SWP\Component\OutputChannel
spec_path: src/SWP/Component/OutputChannel
src_path: src/SWP/Component/OutputChannel
# bundles
MultiTenancyBundle_suite:
namespace: SWP\Bundle\MultiTenancyBundle
psr4_prefix: SWP\Bundle\MultiTenancyBundle
spec_path: src/SWP/Bundle/MultiTenancyBundle
src_path: src/SWP/Bundle/MultiTenancyBundle
ContentBundle_suite:
namespace: SWP\Bundle\ContentBundle
psr4_prefix: SWP\Bundle\ContentBundle
spec_path: src/SWP/Bundle/ContentBundle
src_path: src/SWP/Bundle/ContentBundle
CoreBundle_suite:
namespace: SWP\Bundle\CoreBundle
psr4_prefix: SWP\Bundle\CoreBundle
spec_path: src/SWP/Bundle/CoreBundle
src_path: src/SWP/Bundle/CoreBundle
BridgeBundle_suite:
namespace: SWP\Bundle\BridgeBundle
psr4_prefix: SWP\Bundle\BridgeBundle
spec_path: src/SWP/Bundle/BridgeBundle
src_path: src/SWP/Bundle/BridgeBundle
StorageBundle_suite:
namespace: SWP\Bundle\StorageBundle
psr4_prefix: SWP\Bundle\StorageBundle
spec_path: src/SWP/Bundle/StorageBundle
src_path: src/SWP/Bundle/StorageBundle
RuleBundle_suite:
namespace: SWP\Bundle\RuleBundle
psr4_prefix: SWP\Bundle\RuleBundle
spec_path: src/SWP/Bundle/RuleBundle
src_path: src/SWP/Bundle/RuleBundle
ContentListBundle_suite:
namespace: SWP\Bundle\ContentListBundle
psr4_prefix: SWP\Bundle\ContentListBundle
spec_path: src/SWP/Bundle/ContentListBundle
src_path: src/SWP/Bundle/ContentListBundle
TemplatesSystemBundle_suite:
namespace: SWP\Bundle\TemplatesSystemBundle
psr4_prefix: SWP\Bundle\TemplatesSystemBundle
spec_path: src/SWP/Bundle/TemplatesSystemBundle
src_path: src/SWP/Bundle/TemplatesSystemBundle
MenuBundle_suite:
namespace: SWP\Bundle\MenuBundle
psr4_prefix: SWP\Bundle\MenuBundle
spec_path: src/SWP/Bundle/MenuBundle
src_path: src/SWP/Bundle/MenuBundle
FacebookInstantArticlesBundle_suite:
namespace: SWP\Bundle\FacebookInstantArticlesBundle
psr4_prefix: SWP\Bundle\FacebookInstantArticlesBundle
spec_path: src/SWP/Bundle/FacebookInstantArticlesBundle
src_path: src/SWP/Bundle/FacebookInstantArticlesBundle
WebhookBundle_suite:
namespace: SWP\Bundle\WebhookBundle
psr4_prefix: SWP\Bundle\WebhookBundle
spec_path: src/SWP/Bundle/WebhookBundle
src_path: src/SWP/Bundle/WebhookBundle
OutputChannelBundle_suite:
namespace: SWP\Bundle\OutputChannelBundle
psr4_prefix: SWP\Bundle\OutputChannelBundle
spec_path: src/SWP/Bundle/OutputChannelBundle
src_path: src/SWP/Bundle/OutputChannelBundle
#extensions:
# - PhpSpec\Extension\CodeCoverageExtension
#code_coverage:
# output: build/coverage
# format: html