Skip to content

Commit

Permalink
fix: TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3d0X committed Aug 15, 2022
1 parent 0865a33 commit 2ffd846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Z3d0X\FilamentLogger\Tests;

use Filament\FilamentServiceProvider;
use Illuminate\Database\Eloquent\Factories\Factory;
use Livewire\LivewireServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;
Expand All @@ -21,6 +22,7 @@ protected function setUp(): void
protected function getPackageProviders($app)
{
return [
FilamentServiceProvider::class,
FilamentLoggerServiceProvider::class,
LivewireServiceProvider::class,
];
Expand Down

0 comments on commit 2ffd846

Please sign in to comment.