forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpspec.yml.dist
247 lines (240 loc) · 9.77 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
## Rename this file in phpspec.yml to customize the phpspec configuration
extensions:
Akeneo\SkipExampleExtension: ~
suites:
## Akeneo Components
Analytics:
namespace: Akeneo\Component\Analytics
psr4_prefix: Akeneo\Component\Analytics
spec_path: src/Akeneo/Component/Analytics
src_path: src/Akeneo/Component/Analytics
Batch:
namespace: Akeneo\Component\Batch
psr4_prefix: Akeneo\Component\Batch
spec_path: src/Akeneo/Component/Batch
src_path: src/Akeneo/Component/Batch
BatchQueue:
namespace: Akeneo\Component\BatchQueue
psr4_prefix: Akeneo\Component\BatchQueue
spec_path: src/Akeneo/Component/BatchQueue
src_path: src/Akeneo/Component/BatchQueue
Buffer:
namespace: Akeneo\Component\Buffer
psr4_prefix: Akeneo\Component\Buffer
spec_path: src/Akeneo/Component/Buffer
src_path: src/Akeneo/Component/Buffer
Classification:
namespace: Akeneo\Component\Classification
psr4_prefix: Akeneo\Component\Classification
spec_path: src/Akeneo/Component/Classification
src_path: src/Akeneo/Component/Classification
Console:
namespace: Akeneo\Component\Console
psr4_prefix: Akeneo\Component\Console
spec_path: src/Akeneo/Component/Console
src_path: src/Akeneo/Component/Console
FileStorage:
namespace: Akeneo\Component\FileStorage
psr4_prefix: Akeneo\Component\FileStorage
spec_path: src/Akeneo/Component/FileStorage
src_path: src/Akeneo/Component/FileStorage
Localization:
namespace: Akeneo\Component\Localization
psr4_prefix: Akeneo\Component\Localization
spec_path: src/Akeneo/Component/Localization
src_path: src/Akeneo/Component/Localization
StorageUtils:
namespace: Akeneo\Component\StorageUtils
psr4_prefix: Akeneo\Component\StorageUtils
spec_path: src/Akeneo/Component/StorageUtils
src_path: src/Akeneo/Component/StorageUtils
Versioning:
namespace: Akeneo\Component\Versioning
psr4_prefix: Akeneo\Component\Versioning
spec_path: src/Akeneo/Component/Versioning
src_path: src/Akeneo/Component/Versioning
## Akeneo Bundles
BatchBundle:
namespace: Akeneo\Bundle\BatchBundle
psr4_prefix: Akeneo\Bundle\BatchBundle
spec_path: src/Akeneo/Bundle/BatchBundle
src_path: src/Akeneo/Bundle/BatchBundle
BatchQueueBundle:
namespace: Akeneo\Bundle\BatchQueueBundle
psr4_prefix: Akeneo\Bundle\BatchQueueBundle
spec_path: src/Akeneo/Bundle/BatchQueueBundle
src_path: src/Akeneo/Bundle/BatchQueueBundle
ClassificationBundle:
namespace: Akeneo\Bundle\ClassificationBundle
psr4_prefix: Akeneo\Bundle\ClassificationBundle
spec_path: src/Akeneo/Bundle/ClassificationBundle
src_path: src/Akeneo/Bundle/ClassificationBundle
ElasticsearchBundle:
namespace: Akeneo\Bundle\ElasticsearchBundle
psr4_prefix: Akeneo\Bundle\ElasticsearchBundle
spec_path: src/Akeneo/Bundle/ElasticsearchBundle
src_path: src/Akeneo/Bundle/ElasticsearchBundle
StorageUtilsBundle:
namespace: Akeneo\Bundle\StorageUtilsBundle
psr4_prefix: Akeneo\Bundle\StorageUtilsBundle
spec_path: src/Akeneo/Bundle/StorageUtilsBundle
src_path: src/Akeneo/Bundle/StorageUtilsBundle
MeasureBundle:
namespace: Akeneo\Bundle\MeasureBundle
psr4_prefix: Akeneo\Bundle\MeasureBundle
spec_path: src/Akeneo/Bundle/MeasureBundle
src_path: src/Akeneo/Bundle/MeasureBundle
StorageUtilsBundle:
namespace: Akeneo\Bundle\StorageUtilsBundle
psr4_prefix: Akeneo\Bundle\StorageUtilsBundle
spec_path: src/Akeneo/Bundle/StorageUtilsBundle
src_path: src/Akeneo/Bundle/StorageUtilsBundle
## Pim Components
Api:
namespace: Pim\Component\Api
psr4_prefix: Pim\Component\Api
spec_path: src/Pim/Component/Api
src_path: src/Pim/Component/Api
ReferenceData:
namespace: Pim\Component\ReferenceData
psr4_prefix: Pim\Component\ReferenceData
spec_path: src/Pim/Component/ReferenceData
src_path: src/Pim/Component/ReferenceData
Enrich:
namespace: Pim\Component\Enrich
psr4_prefix: Pim\Component\Enrich
spec_path: src/Pim/Component/Enrich
src_path: src/Pim/Component/Enrich
Connector:
namespace: Pim\Component\Connector
psr4_prefix: Pim\Component\Connector
spec_path: src/Pim/Component/Connector
src_path: src/Pim/Component/Connector
Catalog:
namespace: Pim\Component\Catalog
psr4_prefix: Pim\Component\Catalog
spec_path: src/Pim/Component/Catalog
src_path: src/Pim/Component/Catalog
User:
namespace: Pim\Component\User
psr4_prefix: Pim\Component\User
spec_path: src/Pim/Component/User
src_path: src/Pim/Component/User
CatalogVolumeMonitoring:
namespace: Pim\Component\CatalogVolumeMonitoring
psr4_prefix: Pim\Component\CatalogVolumeMonitoring
spec_path: src/Pim/Component/CatalogVolumeMonitoring
src_path: src/Pim/Component/CatalogVolumeMonitoring
## Pim Bundles
AnalyticsBundle:
namespace: Pim\Bundle\AnalyticsBundle
psr4_prefix: Pim\Bundle\AnalyticsBundle
spec_path: src/Pim/Bundle/AnalyticsBundle
src_path: src/Pim/Bundle/AnalyticsBundle
ApiBundle:
namespace: Pim\Bundle\ApiBundle
psr4_prefix: Pim\Bundle\ApiBundle
spec_path: src/Pim/Bundle/ApiBundle
src_path: src/Pim/Bundle/ApiBundle
CatalogBundle:
namespace: Pim\Bundle\CatalogBundle
psr4_prefix: Pim\Bundle\CatalogBundle
spec_path: src/Pim/Bundle/CatalogBundle
src_path: src/Pim/Bundle/CatalogBundle
CommentBundle:
namespace: Pim\Bundle\CommentBundle
psr4_prefix: Pim\Bundle\CommentBundle
spec_path: src/Pim/Bundle/CommentBundle
src_path: src/Pim/Bundle/CommentBundle
ConnectorBundle:
namespace: Pim\Bundle\ConnectorBundle
psr4_prefix: Pim\Bundle\ConnectorBundle
spec_path: src/Pim/Bundle/ConnectorBundle
src_path: src/Pim/Bundle/ConnectorBundle
DashboardBundle:
namespace: Pim\Bundle\DashboardBundle
psr4_prefix: Pim\Bundle\DashboardBundle
spec_path: src/Pim/Bundle/DashboardBundle
src_path: src/Pim/Bundle/DashboardBundle
DataGridBundle:
namespace: Pim\Bundle\DataGridBundle
psr4_prefix: Pim\Bundle\DataGridBundle
spec_path: src/Pim/Bundle/DataGridBundle
src_path: src/Pim/Bundle/DataGridBundle
EnrichBundle:
namespace: Pim\Bundle\EnrichBundle
psr4_prefix: Pim\Bundle\EnrichBundle
spec_path: src/Pim/Bundle/EnrichBundle
src_path: src/Pim/Bundle/EnrichBundle
FilterBundle:
namespace: Pim\Bundle\FilterBundle
psr4_prefix: Pim\Bundle\FilterBundle
spec_path: src/Pim/Bundle/FilterBundle
src_path: src/Pim/Bundle/FilterBundle
ImportExportBundle:
namespace: Pim\Bundle\ImportExportBundle
psr4_prefix: Pim\Bundle\ImportExportBundle
spec_path: src/Pim/Bundle/ImportExportBundle
src_path: src/Pim/Bundle/ImportExportBundle
InstallerBundle:
namespace: Pim\Bundle\InstallerBundle
psr4_prefix: Pim\Bundle\InstallerBundle
spec_path: src/Pim/Bundle/InstallerBundle
src_path: src/Pim/Bundle/InstallerBundle
LocalizationBundle:
namespace: Pim\Bundle\LocalizationBundle
psr4_prefix: Pim\Bundle\LocalizationBundle
spec_path: src/Pim/Bundle/LocalizationBundle
src_path: src/Pim/Bundle/LocalizationBundle
NotificationBundle:
namespace: Pim\Bundle\NotificationBundle
psr4_prefix: Pim\Bundle\NotificationBundle
spec_path: src/Pim/Bundle/NotificationBundle
src_path: src/Pim/Bundle/NotificationBundle
PdfGeneratorBundle:
namespace: Pim\Bundle\PdfGeneratorBundle
psr4_prefix: Pim\Bundle\PdfGeneratorBundle
spec_path: src/Pim/Bundle/PdfGeneratorBundle
src_path: src/Pim/Bundle/PdfGeneratorBundle
ReferenceDataBundle:
namespace: Pim\Bundle\ReferenceDataBundle
psr4_prefix: Pim\Bundle\ReferenceDataBundle
spec_path: src/Pim/Bundle/ReferenceDataBundle
src_path: src/Pim/Bundle/ReferenceDataBundle
UIBundle:
namespace: Pim\Bundle\UIBundle
psr4_prefix: Pim\Bundle\UIBundle
spec_path: src/Pim/Bundle/UIBundle
src_path: src/Pim/Bundle/UIBundle
UserBundle:
namespace: Pim\Bundle\UserBundle
psr4_prefix: Pim\Bundle\UserBundle
spec_path: src/Pim/Bundle/UserBundle
src_path: src/Pim/Bundle/UserBundle
VersioningBundle:
namespace: Pim\Bundle\VersioningBundle
psr4_prefix: Pim\Bundle\VersioningBundle
spec_path: src/Pim/Bundle/VersioningBundle
src_path: src/Pim/Bundle/VersioningBundle
CatalogVolumeMonitoringBundle:
namespace: Pim\Bundle\CatalogVolumeMonitoringBundle
psr4_prefix: Pim\Bundle\CatalogVolumeMonitoringBundle
spec_path: src/Pim/Bundle/CatalogVolumeMonitoringBundle
src_path: src/Pim/Bundle/CatalogVolumeMonitoringBundle
## Oro bundles
OroFilterBundle:
namespace: Oro\Bundle\FilterBundle
psr4_prefix: Oro\Bundle\FilterBundle
spec_path: src/Oro/Bundle/FilterBundle
src_path: src/Oro/Bundle/FilterBundle
## Test
Acceptance:
namespace: Akeneo\Test\Acceptance
psr4_prefix: Akeneo\Test\Acceptance
spec_path: tests/back/Acceptance
src_path: tests/back/Acceptance
Common:
namespace: Akeneo\Test\Common
psr4_prefix: Akeneo\Test\Common
spec_path: tests/back/Common
src_path: tests/back/Common