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 4672d26 commit 7f6c142Copy full SHA for 7f6c142
docs/makefile.md
@@ -70,6 +70,9 @@ logs: ## Show live logs
70
sh: ## Connect to the FrankenPHP container
71
@$(PHP_CONT) sh
72
73
+bash: ## Connect to the FrankenPHP container via bash so up and down arrows go to previous commands
74
+ @$(PHP_CONT) bash
75
+
76
test: ## Start tests with phpunit, pass the parameter "c=" to add options to phpunit, example: make test c="--group e2e --stop-on-failure"
77
@$(eval c ?=)
78
@$(DOCKER_COMP) exec -e APP_ENV=test php bin/phpunit $(c)
0 commit comments