Skip to content

Commit 14fd6d4

Browse files
committed
cleanup
1 parent c30f655 commit 14fd6d4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.make/02-application.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
quality: ## Cleanup the project
44
@docker compose exec php /app/vendor/bin/phpstan analyze
55
@docker compose exec php /app/vendor/bin/php-cs-fixer fix src
6-
@docker compose exec php /app/vendor/bin/phpunit ./tests
6+
7+
.PHONY: test
8+
test: ## Run tests
9+
@docker compose exec php /app/vendor/bin/phpunit ./tests

.phpactor.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)