Skip to content

Commit 4d5ca9e

Browse files
author
Michael Logvin
committed
MAGETWO-33053: MTF Configuration pull request
1 parent 9817c31 commit 4d5ca9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Constraint/AssertCustomerForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ protected function verify(array $dataFixture, array $dataForm)
9191
$result = [];
9292

9393
$customerDiff = array_diff_assoc($dataFixture['customer'], $dataForm['customer']);
94+
var_dump($dataFixture, $dataForm);
9495
foreach ($customerDiff as $name => $value) {
9596
if (in_array($name, $this->customerSkippedFields)) {
9697
continue;

0 commit comments

Comments
 (0)