Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Jun 3, 2023
1 parent 1d6ebb5 commit 51a5b32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ protected function getEnvironmentSetUp($app): void
config()->set('soar', require __DIR__.'/../config/soar.php');
config()->set('soar.enabled', true);
config()->set('soar.outputs', [
// \Guanguans\LaravelSoar\Outputs\ClockworkOutput::class,
\Guanguans\LaravelSoar\Outputs\ClockworkOutput::class,
\Guanguans\LaravelSoar\Outputs\ConsoleOutput::class,
// \Guanguans\LaravelSoar\Outputs\DebugBarOutput::class,
// \Guanguans\LaravelSoar\Outputs\DumpOutput::class => ['exit' => false],
\Guanguans\LaravelSoar\Outputs\JsonOutput::class,
// \Guanguans\LaravelSoar\Outputs\LogOutput::class => ['channel' => 'daily'],
// \Guanguans\LaravelSoar\Outputs\NullOutput::class,
// \Guanguans\LaravelSoar\Outputs\SoarBarOutput::class,
\Guanguans\LaravelSoar\Outputs\LogOutput::class => ['channel' => 'daily'],
\Guanguans\LaravelSoar\Outputs\NullOutput::class,
\Guanguans\LaravelSoar\Outputs\SoarBarOutput::class,
]);
config()->set('soar.options.-test-dsn.disable', true);
config()->set('soar.options.-online-dsn.disable', true);
Expand Down

0 comments on commit 51a5b32

Please sign in to comment.