Skip to content

Commit 9cb9260

Browse files
committed
Add tests to cover new additions
1 parent 9c3d59c commit 9cb9260

File tree

3 files changed

+847
-0
lines changed

3 files changed

+847
-0
lines changed

makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ test-run:
7373
@echo "🧪 Running tests..."
7474
php bin/phpunit
7575

76+
test-typecheck:
77+
@echo "🧪 Running type checks..."
78+
COMPOSER_MEMORY_LIMIT=-1 composer phpstan
79+
7680
# Quick test reset (clean + migrate + fixtures, skip DB creation)
7781
test-reset: test-cache-clear test-db-migrate test-fixtures
7882
@echo "✅ Test environment reset complete!"

0 commit comments

Comments
 (0)