Skip to content

Commit

Permalink
require livewire
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Jun 29, 2021
1 parent 4b92df2 commit 9a53997
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 @@ -4,6 +4,7 @@

use HeaderX\BukuIcons\BukuIconsServiceProvider;
use Illuminate\Database\Eloquent\Factories\Factory;
use Livewire\LivewireServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;

class TestCase extends Orchestra
Expand All @@ -21,6 +22,7 @@ protected function getPackageProviders($app)
{
return [
BukuIconsServiceProvider::class,
LivewireServiceProvider::class,
];
}

Expand Down

0 comments on commit 9a53997

Please sign in to comment.