fixed tests
This commit is contained in:
@ -26,16 +26,6 @@ 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();
|
||||
setting()->load(true);
|
||||
|
||||
setting()->set(['email.protocol' => 'array']);
|
||||
setting()->save();
|
||||
|
||||
// Disable debugbar
|
||||
config(['debugbar.enabled', false]);
|
||||
|
||||
|
Reference in New Issue
Block a user