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 e1e96fc commit f763fe5Copy full SHA for f763fe5
app/code/Magento/Customer/Test/Unit/Block/Widget/DobTest.php
@@ -447,17 +447,14 @@ protected function getValidationRuleClass($type)
447
$validationRule->expects($this->any())
448
->method('getValue')
449
->willReturn(strtotime(self::MIN_DATE));
450
- }
451
- elseif ($type=="MAX") {
+ } elseif ($type=="MAX") {
452
453
->method('getName')
454
->willReturn(Dob::MAX_DATE_RANGE_KEY);
455
456
457
->willReturn(strtotime(self::MAX_DATE));
458
}
459
-
460
461
return $validationRule;
462
463
0 commit comments