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 dfc1cb3 commit 58bd0c8Copy full SHA for 58bd0c8
app/code/Magento/Customer/Test/Unit/Model/Validator/NameTest.php
@@ -61,7 +61,7 @@ public function testValidateCorrectPunctuationInNames(
61
$this->customerMock->expects($this->once())->method('getLastname')->willReturn($lastName);
62
63
$isValid = $this->nameValidator->isValid($this->customerMock);
64
- $this->assertTrue($isValid,$message);
+ $this->assertTrue($isValid, $message);
65
}
66
67
/**
@@ -81,7 +81,7 @@ public function expectedPunctuationInNamesDataProvider(): array
81
'middleName' => '',
82
'lastNameName' => 'O\'Doe',
83
'message' => 'Legacy straight apostrophe must be allowed in names'
84
- ],
+ ]
85
];
86
87
0 commit comments