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 9770fa5 commit 18a38a2Copy full SHA for 18a38a2
dev/tests/functional/tests/app/Magento/Customer/Test/Handler/Customer/Curl.php
@@ -86,7 +86,6 @@ public function persist(FixtureInterface $customer = null)
86
$data = $customer->getData();
87
$data['group_id'] = $this->getCustomerGroup($customer);
88
$address = [];
89
- $result = [];
90
$url = $_ENV['app_frontend_url'] . 'customer/account/createpost/?nocookie=true';
91
92
if ($customer->hasData('address')) {
0 commit comments