We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd13ad commit 516cca7Copy full SHA for 516cca7
1 file changed
Makefile
@@ -37,7 +37,7 @@ logs: ## show logs
37
$(DOCKER_COMPOSE) logs -f web
38
39
test: ## run tests
40
- $(DOCKER_COMPOSE) exec web /bin/bash -l -c "cd /var/www/html && vendor/bin/phpunit -c test/phpunit.xml $(FILTERARGS) $(TESTFILE)"
+ $(DOCKER_COMPOSE) exec -T web /bin/bash -l -c "cd /var/www/html && vendor/bin/phpunit -c test/phpunit.xml $(FILTERARGS) $(TESTFILE)"
41
42
packages: ## install packages
43
$(DOCKER_COMPOSE) run --rm web composer install
0 commit comments