From 77b5e220c613b204ccd76fbfbae914145a34fdda Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 16 Sep 2024 19:54:06 +1000 Subject: [PATCH] Update .env.example vars --- tests/Feature/CompanyTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Feature/CompanyTest.php b/tests/Feature/CompanyTest.php index c78d0fbb109e..aa3927a2ee30 100644 --- a/tests/Feature/CompanyTest.php +++ b/tests/Feature/CompanyTest.php @@ -41,12 +41,8 @@ class CompanyTest extends TestCase { parent::setUp(); - Session::start(); - $this->faker = \Faker\Factory::create(); - Model::reguard(); - $this->makeTestData(); }