Update .env.example vars

This commit is contained in:
David Bomba 2024-09-16 19:54:06 +10:00
parent c94fc8a6da
commit 77b5e220c6

View File

@ -41,12 +41,8 @@ class CompanyTest extends TestCase
{ {
parent::setUp(); parent::setUp();
Session::start();
$this->faker = \Faker\Factory::create(); $this->faker = \Faker\Factory::create();
Model::reguard();
$this->makeTestData(); $this->makeTestData();
} }