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 b839fab commit 9718a38Copy full SHA for 9718a38
scripts/runtests.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -ev
3
# Make sure starter fixtures can load successfully and all tests pass.
4
-docker exec dockerlaravelapidev_php_1 vendor/bin/phpunit
+docker-compose exec php vendor/bin/phpunit
5
6
7
0 commit comments