We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb2c28 commit 63e6174Copy full SHA for 63e6174
tests/src/TestCase.php
@@ -22,6 +22,8 @@ protected function setUp(): void
22
23
protected function getEnvironmentSetUp($app)
24
{
25
+ $app['config']->set('broadcasting.default', 'log');
26
+
27
$app['config']->set('cache.default', 'array');
28
29
$app['config']->set('database.default', 'sqlite');
0 commit comments