File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/functional/tests/app/Magento/Checkout/Test/Constraint Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ class AssertCheckoutErrorMessage extends AbstractConstraint
18
18
* Assert that error message is correct.
19
19
*
20
20
* @param CheckoutOnepage $checkoutOnepage
21
- * @param string $errorMessage
21
+ * @param string $expectedErrorMessage
22
22
* @return void
23
23
*/
24
- public function processAssert (CheckoutOnepage $ checkoutOnepage , $ errorMessage )
24
+ public function processAssert (CheckoutOnepage $ checkoutOnepage , $ expectedErrorMessage )
25
25
{
26
26
\PHPUnit_Framework_Assert::assertEquals (
27
- $ errorMessage ,
27
+ $ expectedErrorMessage ,
28
28
$ checkoutOnepage ->getMessagesBlock ()->getErrorMessage (),
29
29
'Wrong error message is displayed. '
30
30
);
You can’t perform that action at this time.
0 commit comments