new test files

This commit is contained in:
2026-04-25 08:36:03 +02:00
parent 19d5a9ed3e
commit 67be537c86
17 changed files with 4075 additions and 18 deletions

View File

@@ -69,7 +69,7 @@ it('dispatches AI processing jobs after upload finish publishes successfully', f
->and($artwork->width)->toBeGreaterThan(0)
->and($artwork->height)->toBeGreaterThan(0);
expect(File::exists((string) $tmpPath))->toBeTrue();
expect(File::exists((string) $tmpPath))->toBeFalse();
});
it('blocks upload finish only when the hash already belongs to a published artwork', function () {