mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
feat: initial implementation of recipe catalog
This commit is contained in:
parent
92872a7d05
commit
eb78831568
6 changed files with 399 additions and 8 deletions
|
|
@ -94,7 +94,7 @@ it('throws exception for missing required files', function () {
|
|||
|
||||
$pluginImportService = new PluginImportService();
|
||||
expect(fn () => $pluginImportService->importFromZip($zipFile, $user))
|
||||
->toThrow(Exception::class, 'Invalid ZIP structure. Required files settings.yml and full.liquid/full.blade.php are missing.');
|
||||
->toThrow(Exception::class, 'Invalid ZIP structure. Required files settings.yml and full.liquid are missing.');
|
||||
});
|
||||
|
||||
it('sets default values when settings are missing', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue