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 9718a38 commit c7e35f8Copy full SHA for c7e35f8
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-compose exec php vendor/bin/phpunit
+docker exec docker-laravel-api-dev_php_1 vendor/bin/phpunit
5
6
7
0 commit comments