Skip to content

Commit 51a5b32

Browse files
committed
Update README.md
1 parent 1d6ebb5 commit 51a5b32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/TestCase.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ protected function getEnvironmentSetUp($app): void
5858
config()->set('soar', require __DIR__.'/../config/soar.php');
5959
config()->set('soar.enabled', true);
6060
config()->set('soar.outputs', [
61-
// \Guanguans\LaravelSoar\Outputs\ClockworkOutput::class,
61+
\Guanguans\LaravelSoar\Outputs\ClockworkOutput::class,
6262
\Guanguans\LaravelSoar\Outputs\ConsoleOutput::class,
6363
// \Guanguans\LaravelSoar\Outputs\DebugBarOutput::class,
6464
// \Guanguans\LaravelSoar\Outputs\DumpOutput::class => ['exit' => false],
6565
\Guanguans\LaravelSoar\Outputs\JsonOutput::class,
66-
// \Guanguans\LaravelSoar\Outputs\LogOutput::class => ['channel' => 'daily'],
67-
// \Guanguans\LaravelSoar\Outputs\NullOutput::class,
68-
// \Guanguans\LaravelSoar\Outputs\SoarBarOutput::class,
66+
\Guanguans\LaravelSoar\Outputs\LogOutput::class => ['channel' => 'daily'],
67+
\Guanguans\LaravelSoar\Outputs\NullOutput::class,
68+
\Guanguans\LaravelSoar\Outputs\SoarBarOutput::class,
6969
]);
7070
config()->set('soar.options.-test-dsn.disable', true);
7171
config()->set('soar.options.-online-dsn.disable', true);

0 commit comments

Comments
 (0)