mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
feat: add plugin model
initial implementation of playlist feat: added support for playlists
This commit is contained in:
parent
276511fc98
commit
4195269414
17 changed files with 669 additions and 15 deletions
|
|
@ -16,6 +16,12 @@ pest()->extend(Tests\TestCase::class)
|
|||
->in('Feature');
|
||||
|
||||
registerSpatiePestHelpers();
|
||||
|
||||
arch()->preset()->laravel();
|
||||
|
||||
arch()
|
||||
->expect('App')
|
||||
->not->toUse(['die', 'dd', 'dump']);
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Expectations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue