Add tests to cover new additions

This commit is contained in:
barisgit 2025-08-03 18:58:31 +02:00 committed by Jan Böhmer
parent d0f2422e0d
commit 7c1ab6460d
3 changed files with 847 additions and 0 deletions

View file

@ -73,6 +73,10 @@ test-run:
@echo "🧪 Running tests..."
php bin/phpunit
test-typecheck:
@echo "🧪 Running type checks..."
COMPOSER_MEMORY_LIMIT=-1 composer phpstan
# Quick test reset (clean + migrate + fixtures, skip DB creation)
test-reset: test-cache-clear test-db-migrate test-fixtures
@echo "✅ Test environment reset complete!"