fix CustomerCest

This commit is contained in:
Florian Bosdorff 2020-05-09 12:46:11 +02:00
parent 33ddae27ae
commit 6a8db1ea9b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class CustomerCest
public function updateCustomerAddress(FunctionalTester $I)
{
$I->wantTo('Instantiate a european faker factory to have the vat provider available');
$faker = Faker\Factory::create('at_AT');
$faker = \Faker\Factory::create('at_AT');
$formCssSelector = '#customer-address-form';