Improved response middleware, added tests

This commit is contained in:
2024-03-13 22:20:54 +01:00
parent 7c14b51333
commit 952b13535d
3 changed files with 71 additions and 11 deletions

View File

@ -24,7 +24,7 @@ phpstan: ## Run static analysis
.PHONY: phpunit
phpunit: ## Run unit tests
@phpunit --testdox --no-progress
@phpunit --testdox --no-progress --display-warnings
.PHONY: coverage
coverage: ## Code coverage