tests: add test for models Plugin, Playlist, PlaylistItem

This commit is contained in:
Benjamin Nussbaum 2025-03-14 17:36:15 +01:00
parent ec862942cd
commit 2ef028527f
5 changed files with 118 additions and 1 deletions

View file

@ -13,7 +13,7 @@
pest()->extend(Tests\TestCase::class)
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
->in('Feature');
->in('Feature', 'Unit');
registerSpatiePestHelpers();