added random to tests
This commit is contained in:
@ -25,6 +25,8 @@ abstract class FeatureTestCase extends TestCase
|
||||
$this->user = User::first();
|
||||
$this->company = $this->user->companies()->first();
|
||||
|
||||
session(['company_id' => $this->company->id]);
|
||||
|
||||
// Set Company settings
|
||||
setting()->setExtraColumns(['company_id' => $this->company->id]);
|
||||
setting()->forgetAll();
|
||||
|
Reference in New Issue
Block a user