Skip to content

Commit

Permalink
Make tests work with Livewire
Browse files Browse the repository at this point in the history
  • Loading branch information
phuclh committed Apr 9, 2021
1 parent d9720a9 commit 2a94a5a
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 @@ -5,6 +5,7 @@
namespace Tipoff\Addresses\Tests;

use Laravel\Nova\NovaCoreServiceProvider;
use Livewire\LivewireServiceProvider;
use Spatie\Permission\PermissionServiceProvider;
use Tipoff\Addresses\AddressesServiceProvider;
use Tipoff\Authorization\AuthorizationServiceProvider;
Expand All @@ -22,6 +23,7 @@ protected function getPackageProviders($app)
SupportServiceProvider::class,
PermissionServiceProvider::class,
AuthorizationServiceProvider::class,
LivewireServiceProvider::class,
AddressesServiceProvider::class,
];
}
Expand Down

0 comments on commit 2a94a5a

Please sign in to comment.