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 9c7d645 commit b06928dCopy full SHA for b06928d
app/code/Magento/Customer/Test/Unit/Block/Widget/DobTest.php
@@ -497,7 +497,6 @@ public function testGetHtmlExtraParamsWithRequiredOption()
497
->with('{"required":true,"validate-date":{"dateFormat":"M\/d\/Y"}}')
498
->will($this->returnValue('{"required":true,"validate-date":{"dateFormat":"M\/d\/Y"}}'));
499
500
-
501
$this->context->expects($this->any())->method('getEscaper')->will($this->returnValue($this->escaper));
502
503
$this->assertEquals(
0 commit comments