feat: initial implementation of recipe catalog

This commit is contained in:
Benjamin Nussbaum 2025-08-27 13:04:06 +02:00
parent 92872a7d05
commit eb78831568
6 changed files with 399 additions and 8 deletions

View file

@ -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 () {