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
193 lines (177 loc) · 11.2 KB
/
phpunit.xml.dist
File metadata and controls
193 lines (177 loc) · 11.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
<?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>
<directory suffix="Exception.php">src</directory>
<file>src/Administration/Events/PreResetExcludedSearchTermEvent.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>
<directory suffix="Definition.php">src/Core/</directory>
<directory suffix="Entity.php">src/Core/</directory>
<directory suffix="Event.php">src/Core/</directory>
<directory suffix="Field.php">src/Core/</directory>
<directory suffix="Struct.php">src/Core/</directory>
<directory suffix="Collection.php">src/Core/</directory>
<directory suffix=".php">src/Core/Content/Cms/DataResolver/ResolverContext/</directory>
<directory suffix=".php">src/Core/Content/Cms/Extension/</directory>
<directory suffix=".php">src/Core/DevOps/StaticAnalyze</directory>
<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>
<directory suffix=".php">src/Core/DevOps/Test</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>
</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>
<!-- 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>
<file>tests/integration/Core/Framework/ServiceDefinitionTest.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>
</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/DependencyInjection</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>