We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf090b6 commit 7ab7ed4Copy full SHA for 7ab7ed4
Makefile
@@ -23,7 +23,7 @@ down: ## Stop application containers and required services
23
@docker-compose down
24
25
test: ## Execute all phpunit test
26
- @docker-compose exec ${PHP_CONTAINER_NAME} ./vendor/bin/phpunit
+ @docker-compose exec ${PHP_CONTAINER_NAME} ./vendor/bin/phpunit ${TEST}
27
28
code-sniff cs: ## Detect coding standard violations in all project files using code sniffer
29
@docker-compose exec ${PHP_CONTAINER_NAME} ./vendor/bin/phpcs
0 commit comments