We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a44b39 commit 1a45ba1Copy full SHA for 1a45ba1
tests/Profile/Shopware6/Converter/ShippingMethodConverterTest.php
@@ -38,7 +38,9 @@ protected function createConverter(
38
1, // trigger already existing technical name check
39
[[
40
'primaryKey' => Uuid::randomHex(),
41
- 'data' => [],
+ 'data' => [
42
+ 'id' => Uuid::randomHex(),
43
+ ],
44
]],
45
new Criteria(),
46
Context::createDefaultContext()
0 commit comments