Fix: update TestableLivewire to use new Testable mixin

This commit is contained in:
Adam Weston
2023-08-14 09:05:16 -04:00
parent a1a0d04d0e
commit 6638bc7409
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
namespace VendorName\Skeleton\Testing;
use Livewire\Testing\TestableLivewire;
use Livewire\Features\SupportTesting\Testable;
/**
* @mixin TestableLivewire
* @mixin Testable
*/
class TestsSkeleton
{