forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
245 lines (223 loc) · 15.2 KB
/
Copy pathphpunit.xml.dist
File metadata and controls
245 lines (223 loc) · 15.2 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd"
bootstrap="src/Core/TestBootstrap.php"
cacheDirectory=".phpunit.cache"
cacheResult="false"
displayDetailsOnPhpunitDeprecations="true"
displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
executionOrder="random"
failOnRisky="true">
<coverage includeUncoveredFiles="true"/>
<source ignoreSuppressionOfDeprecations="true"
ignoreIndirectDeprecations="true"
restrictNotices="true"
restrictWarnings="true">
<deprecationTrigger>
<function>trigger_deprecation</function>
<method>Doctrine\Deprecations\Deprecation::trigger</method>
<method>Doctrine\Deprecations\Deprecation::delegateTriggerToBackend</method>
</deprecationTrigger>
<include>
<directory suffix=".php">src</directory>
</include>
<exclude>
<file>src/Administration/Events/PreResetExcludedSearchTermEvent.php</file>
<file>src/Core/Content/Resources/config/routes_test.php</file>
<directory suffix="Definition.php">src/Administration/Notification/</directory>
<directory suffix="Entity.php">src/Administration/Notification/</directory>
<directory suffix="Event.php">src/Administration/Notification/</directory>
<directory suffix="Field.php">src/Administration/Notification/</directory>
<directory suffix="Struct.php">src/Administration/Notification/</directory>
<directory suffix="Collection.php">src/Administration/Notification/</directory>
<directory suffix="Definition.php">src/Administration/Snippet/</directory>
<directory suffix="Entity.php">src/Administration/Snippet/</directory>
<directory suffix="Event.php">src/Administration/Snippet/</directory>
<directory suffix="Field.php">src/Administration/Snippet/</directory>
<directory suffix="Struct.php">src/Administration/Snippet/</directory>
<directory suffix="Collection.php">src/Administration/Snippet/</directory>
<!-- Scoped to the boilerplate-bearing directories on purpose: a blanket src/Core/ suffix
match also swept migrations and framework classes whose NAME happens to end in a DAL
suffix (e.g. Migration...Field, MigrationCollection), which PHPUnit 12 then reports as
invalid #[CoversClass] targets. src/Core/Migration and src/Core/Framework/Migration are
deliberately NOT listed. -->
<directory suffix="Definition.php">src/Core/Framework/</directory>
<directory suffix="Definition.php">src/Core/System/</directory>
<directory suffix="Entity.php">src/Core/Framework/</directory>
<directory suffix="Entity.php">src/Core/System/</directory>
<directory suffix="Event.php">src/Core/Framework/</directory>
<directory suffix="Event.php">src/Core/Maintenance/</directory>
<directory suffix="Event.php">src/Core/Service/</directory>
<directory suffix="Event.php">src/Core/System/</directory>
<directory suffix="Field.php">src/Core/Framework/</directory>
<directory suffix="Field.php">src/Core/System/</directory>
<directory suffix="Struct.php">src/Core/Framework/</directory>
<directory suffix="Struct.php">src/Core/System/</directory>
<directory suffix="Collection.php">src/Core/Installer/</directory>
<directory suffix="Collection.php">src/Core/System/</directory>
<directory suffix="Collection.php">src/Core/Framework/Adapter/</directory>
<directory suffix="Collection.php">src/Core/Framework/Api/</directory>
<directory suffix="Collection.php">src/Core/Framework/App/</directory>
<directory suffix="Collection.php">src/Core/Framework/DataAbstractionLayer/</directory>
<directory suffix="Collection.php">src/Core/Framework/Event/</directory>
<directory suffix="Collection.php">src/Core/Framework/Gateway/</directory>
<directory suffix="Collection.php">src/Core/Framework/JWT/</directory>
<directory suffix="Collection.php">src/Core/Framework/Log/</directory>
<directory suffix="Collection.php">src/Core/Framework/MessageQueue/</directory>
<directory suffix="Collection.php">src/Core/Framework/Notification/</directory>
<directory suffix="Collection.php">src/Core/Framework/Plugin/</directory>
<directory suffix="Collection.php">src/Core/Framework/Rule/</directory>
<directory suffix="Collection.php">src/Core/Framework/Script/</directory>
<directory suffix="Collection.php">src/Core/Framework/Store/</directory>
<directory suffix="Collection.php">src/Core/Framework/Struct/</directory>
<directory suffix="Collection.php">src/Core/Framework/Telemetry/</directory>
<directory suffix="Collection.php">src/Core/Framework/Webhook/</directory>
<directory suffix=".php">src/Core/Content/Cms/DataResolver/ResolverContext/</directory>
<directory suffix=".php">src/Core/Content/Cms/Extension/</directory>
<!-- Static-analysis tooling; the Danger rules stay covered by their unit tests. -->
<directory suffix=".php">src/Core/DevOps/StaticAnalyze/PHPStan</directory>
<file>src/Core/DevOps/StaticAnalyze/StaticAnalyzeKernel.php</file>
<file>src/Core/DevOps/StaticAnalyze/console-application.php</file>
<file>src/Core/DevOps/StaticAnalyze/phpstan-bootstrap.php</file>
<file>src/Core/DevOps/StaticAnalyze/print-ignored-errors-by-area.php</file>
<directory suffix=".php">src/Core/Framework/Telemetry/Metrics/Metric</directory>
<directory suffix="Definition.php">src/Storefront/Checkout</directory>
<directory suffix="Entity.php">src/Storefront/Checkout</directory>
<directory suffix="Event.php">src/Storefront/Checkout</directory>
<directory suffix="Field.php">src/Storefront/Checkout</directory>
<directory suffix="Struct.php">src/Storefront/Checkout</directory>
<directory suffix="Collection.php">src/Storefront/Checkout</directory>
<directory suffix="Event.php">src/Storefront/Event</directory>
<directory suffix="Definition.php">src/Storefront/Framework</directory>
<directory suffix="Entity.php">src/Storefront/Framework</directory>
<directory suffix="Event.php">src/Storefront/Framework</directory>
<directory suffix="Field.php">src/Storefront/Framework</directory>
<directory suffix="Struct.php">src/Storefront/Framework</directory>
<directory suffix="Collection.php">src/Storefront/Framework</directory>
<directory suffix="Definition.php">src/Storefront/Page</directory>
<directory suffix="Entity.php">src/Storefront/Page</directory>
<directory suffix="Event.php">src/Storefront/Page</directory>
<directory suffix="Field.php">src/Storefront/Page</directory>
<directory suffix="Struct.php">src/Storefront/Page</directory>
<directory suffix="Collection.php">src/Storefront/Page</directory>
<directory suffix="Definition.php">src/Storefront/Pagelet</directory>
<directory suffix="Entity.php">src/Storefront/Pagelet</directory>
<directory suffix="Event.php">src/Storefront/Pagelet</directory>
<directory suffix="Field.php">src/Storefront/Pagelet</directory>
<directory suffix="Struct.php">src/Storefront/Pagelet</directory>
<directory suffix="Collection.php">src/Storefront/Pagelet</directory>
<directory suffix="Definition.php">src/Storefront/Theme</directory>
<directory suffix="Entity.php">src/Storefront/Theme</directory>
<directory suffix="Event.php">src/Storefront/Theme</directory>
<directory suffix="Field.php">src/Storefront/Theme</directory>
<directory suffix="Struct.php">src/Storefront/Theme</directory>
<directory suffix="Collection.php">src/Storefront/Theme</directory>
<!-- All fixtures, stubs, traits used for tests -->
<directory suffix=".php">src/Core/Content/Test</directory>
<!-- Only the test fixtures under DevOps/Test; the tooling classes stay covered by their unit tests. -->
<directory suffix=".php">src/Core/DevOps/Test/Environment</directory>
<directory suffix=".php">src/Core/Framework/Test</directory>
<directory suffix=".php">src/Core/Migration/Test</directory>
<directory suffix=".php">src/Core/Migration/Traits</directory>
<directory suffix=".php">src/Core/Test</directory>
<directory suffix=".php">src/Elasticsearch/Test</directory>
<directory suffix=".php">src/Storefront/Test</directory>
<!-- All former migrations -->
<directory suffix=".php">src/Administration/Migration/V6_4</directory>
<directory suffix=".php">src/Core/Migration/V6_3</directory>
<directory suffix=".php">src/Core/Migration/V6_4</directory>
<directory suffix=".php">src/Core/Migration/V6_5</directory>
<directory suffix=".php">src/Elasticsearch/Migration/V6_5</directory>
<directory suffix=".php">src/Storefront/Migration/V6_3</directory>
<directory suffix=".php">src/Storefront/Migration/V6_4</directory>
<directory suffix=".php">src/Storefront/Migration/V6_5</directory>
<!-- Helper class and its output DTOs and exception, which could not be unit tested -->
<directory suffix=".php">src/Core/Framework/Util/Database</directory>
<!-- BC-change attributes are data-only markers without behavior to test -->
<directory suffix=".php">src/Core/Framework/Deprecation/BCChange</directory>
</exclude>
</source>
<php>
<ini name="error_reporting" value="-1"/>
<ini name="memory_limit" value="-1"/>
<server name="KERNEL_CLASS" value="Shopware\Core\Kernel"/>
<server name="APP_ENV" value="test"/>
<env name="APP_ENV" value="test"/>
<env name="APP_DEBUG" value="1"/>
<env name="APP_SECRET" value="def00000bb5acb32b54ff8ee130270586eec0e878f7337dc7a837acc31d3ff00f93a56b595448b4b29664847dd51991b3314ff65aeeeb761a133b0ec0e070433bff08e48"/>
<env name="SHOPWARE_HTTP_CACHE_ENABLED" value="0"/>
<env name="SHELL_VERBOSITY" value="-1"/>
<server name="TESTS_RUNNING" value="1"/>
<server name="MAILER_URL" value="null://localhost"/>
<server name="HTTPS" value="off"/>
</php>
<testsuites>
<testsuite name="unit">
<directory>tests/unit</directory>
</testsuite>
<testsuite name="integration">
<directory>tests/integration</directory>
</testsuite>
<!-- Tests that need a real Redis (nightly redis job); new redis tests must be listed here — the RedisGroupUsage Danger rule points authors to this suite -->
<testsuite name="redis">
<file>tests/integration/Core/Checkout/Cart/RedisCartPersisterTest.php</file>
<file>tests/integration/Core/Framework/Adapter/Cache/InvalidatorStorage/RedisInvalidatorStorageTest.php</file>
<file>tests/integration/Core/Framework/Adapter/Cache/RedisConnectionFactoryTest.php</file>
<file>tests/integration/Core/Framework/Increment/RedisIncrementerTest.php</file>
</testsuite>
<!-- Framework is split in sub suites to improve the pipeline efficiency -->
<testsuite name="core-framework-batch1">
<file>tests/integration/Core/Framework/AdditionalPermissionValidationTest.php</file>
<file>tests/integration/Core/Framework/ApiRoutesHaveASchemaTest.php</file>
<file>tests/integration/Core/Framework/KernelTest.php</file>
<directory>tests/integration/Core/Framework/Adapter</directory>
<directory>tests/integration/Core/Framework/Api</directory>
<directory>tests/integration/Core/Framework/App</directory>
<directory>tests/integration/Core/Framework/CustomField</directory>
<directory>tests/integration/Core/Framework/Mcp</directory>
<directory>tests/integration/Core/Framework/Validation</directory>
</testsuite>
<testsuite name="core-framework-batch2">
<directory>tests/integration/Core/Framework/DataAbstractionLayer</directory>
<directory>tests/integration/Core/Framework/Demodata</directory>
<directory>tests/integration/Core/Framework/Feature</directory>
<directory>tests/integration/Core/Framework/FeatureFlag</directory>
<directory>tests/integration/Core/Framework/Increment</directory>
<directory>tests/integration/Core/Framework/Language</directory>
<directory>tests/integration/Core/Framework/Log</directory>
<directory>tests/integration/Core/Framework/MessageQueue</directory>
<directory>tests/integration/Core/Framework/Migration</directory>
<directory>tests/integration/Core/Framework/Notification</directory>
</testsuite>
<testsuite name="core-framework-batch3">
<directory>tests/integration/Core/Framework/Plugin</directory>
<directory>tests/integration/Core/Framework/RateLimiter</directory>
<directory>tests/integration/Core/Framework/Routing</directory>
<directory>tests/integration/Core/Framework/Rule</directory>
<directory>tests/integration/Core/Framework/Script</directory>
<directory>tests/integration/Core/Framework/Seo</directory>
<directory>tests/integration/Core/Framework/Sso</directory>
<directory>tests/integration/Core/Framework/Store</directory>
<directory>tests/integration/Core/Framework/Telemetry</directory>
<directory>tests/integration/Core/Framework/TestCaseBase</directory>
<directory>tests/integration/Core/Framework/Translation</directory>
<directory>tests/integration/Core/Framework/Update</directory>
<directory>tests/integration/Core/Framework/Util</directory>
<directory>tests/integration/Core/Framework/Webhook</directory>
</testsuite>
<testsuite name="devops">
<directory>tests/devops</directory>
</testsuite>
<testsuite name="migration">
<directory>tests/migration</directory>
</testsuite>
</testsuites>
<extensions>
<bootstrap class="Ergebnis\PHPUnit\SlowTestDetector\Extension"/>
<bootstrap class="Shopware\Core\Test\PHPUnit\Extension\FeatureFlag\FeatureFlagExtension"/>
<bootstrap class="Shopware\Core\Test\PHPUnit\Extension\Datadog\DatadogExtension"/>
<!-- Enable to see the db side effects of the tests. -->
<!-- <bootstrap class="Shopware\Core\Test\PHPUnit\Extension\DatabaseDiff\DatabaseDiffExtension"/>-->
</extensions>
</phpunit>