Skip to content

Commit bb25f46

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)