diff --git a/tests/functional/Customer/CustomerCest.php b/tests/functional/Customer/CustomerCest.php index c9fb53d6c..6db95969c 100644 --- a/tests/functional/Customer/CustomerCest.php +++ b/tests/functional/Customer/CustomerCest.php @@ -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';