forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpspec.yml.dist
186 lines (182 loc) · 7.43 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
## Rename this file in phpspec.yml to customize the phpspec configuration
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
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
ClassificationBundle:
namespace: Akeneo\Bundle\ClassificationBundle
psr4_prefix: Akeneo\Bundle\ClassificationBundle
spec_path: src/Akeneo/Bundle/ClassificationBundle
src_path: src/Akeneo/Bundle/ClassificationBundle
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
## Pim Components
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
## Pim Bundles
AnalyticsBundle:
namespace: Pim\Bundle\AnalyticsBundle
psr4_prefix: Pim\Bundle\AnalyticsBundle
spec_path: src/Pim/Bundle/AnalyticsBundle
src_path: src/Pim/Bundle/AnalyticsBundle
CatalogBundle:
namespace: Pim\Bundle\CatalogBundle
psr4_prefix: Pim\Bundle\CatalogBundle
spec_path: src/Pim/Bundle/CatalogBundle
src_path: src/Pim/Bundle/CatalogBundle
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
WebServiceBundle:
namespace: Pim\Bundle\WebServiceBundle
psr4_prefix: Pim\Bundle\WebServiceBundle
spec_path: src/Pim/Bundle/WebServiceBundle
src_path: src/Pim/Bundle/WebServiceBundle
## Oro bundles
OroFilterBundle:
namespace: Oro\Bundle\FilterBundle
psr4_prefix: Oro\Bundle\FilterBundle
spec_path: src/Oro/Bundle/FilterBundle
src_path: src/Oro/Bundle/FilterBundle