Skip to content

Commit 7ab7ed4

Browse files
committed
I-5 Add option to make test for execute custom tests
1 parent cf090b6 commit 7ab7ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ down: ## Stop application containers and required services
2323
@docker-compose down
2424

2525
test: ## Execute all phpunit test
26-
@docker-compose exec ${PHP_CONTAINER_NAME} ./vendor/bin/phpunit
26+
@docker-compose exec ${PHP_CONTAINER_NAME} ./vendor/bin/phpunit ${TEST}
2727

2828
code-sniff cs: ## Detect coding standard violations in all project files using code sniffer
2929
@docker-compose exec ${PHP_CONTAINER_NAME} ./vendor/bin/phpcs

0 commit comments

Comments
 (0)