Skip to content

Commit

Permalink
Merge pull request #1 from headerx/main
Browse files Browse the repository at this point in the history
require livewire
  • Loading branch information
inmanturbo authored Jun 29, 2021
2 parents 4b92df2 + 9a53997 commit 5e2d98c
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 5e2d98c

Please sign in to comment.