repair italian factory
This commit is contained in:
parent
80dc92efa4
commit
8a927d32c1
|
|
@ -10,7 +10,7 @@ $factory->define(CustomerAddress::class, function (Faker $faker) {
|
|||
$now = date("Y-m-d H:i:s");
|
||||
|
||||
// use an locale from a country in europe so the vat id can be generated
|
||||
$fakerIt = \Faker\Factory('it_IT');
|
||||
$fakerIt = \Faker\Factory::create('it_IT');
|
||||
|
||||
return [
|
||||
'customer_id' => function () {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ use FunctionalTester;
|
|||
use Webkul\Sales\Models\Invoice;
|
||||
use Webkul\Sales\Models\OrderAddress;
|
||||
|
||||
|
||||
class InvoiceCest
|
||||
{
|
||||
public function testIndex(FunctionalTester $I): void
|
||||
|
|
|
|||
Loading…
Reference in New Issue