Skip to content

Commit 63e6174

Browse files
committed
wip
1 parent ccb2c28 commit 63e6174

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ protected function setUp(): void
2222

2323
protected function getEnvironmentSetUp($app)
2424
{
25+
$app['config']->set('broadcasting.default', 'log');
26+
2527
$app['config']->set('cache.default', 'array');
2628

2729
$app['config']->set('database.default', 'sqlite');

0 commit comments

Comments
 (0)