Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
Command: ddev exec php artisan test --filter='blocks active duplicate ccli_id with DuplicateCcliSongException'
|
|
|
|
PASS: Active duplicate CCLI-ID is blocked.
|
|
|
|
Verified assertions:
|
|
- first import succeeds
|
|
- second import throws App\Exceptions\DuplicateCcliSongException
|
|
- exception existingSongId matches original Song ID
|
|
- exception message contains "existiert bereits"
|
|
- Song::count() remains 1
|