disable debugbar for tests
This commit is contained in:
parent
cd674a0045
commit
ad28458b96
@ -30,7 +30,10 @@ abstract class FeatureTestCase extends TestCase
|
||||
// Set Company settings
|
||||
setting()->setExtraColumns(['company_id' => $this->company->id]);
|
||||
setting()->forgetAll();
|
||||
setting()->load(true);
|
||||
setting()->load(true);
|
||||
|
||||
// Disable debugbar
|
||||
config(['debugbar.enabled', false]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user