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 2d414e7 commit 333e8afCopy full SHA for 333e8af
dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/Date.php
@@ -91,7 +91,7 @@ public function getUpdateProviderWithErrorMessage(): array
91
[
92
"{$frontendInput}_wrong_default_value" => [
93
'post_data' => [
94
- 'default_value_date' => '2019//12//12',
+ 'default_value_date' => '//2019/12/12',
95
],
96
'error_message' => (string)__('The default date is invalid. Verify the date and try again.'),
97
0 commit comments