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 08e1870 commit 8236e3eCopy full SHA for 8236e3e
.evergreen/run-tests.sh
@@ -43,7 +43,7 @@ if [ "${IS_MATRIX_TESTING}" = "true" ]; then
43
fi
44
45
# Enable verbose output to see skipped and incomplete tests
46
-PHPUNIT_OPTS="${PHPUNIT_OPTS} -v --configuration phpunit.evergreen.xml"
+PHPUNIT_OPTS="${PHPUNIT_OPTS} --configuration phpunit.evergreen.xml"
47
48
if [ "$SSL" = "yes" ]; then
49
SSL_OPTS="ssl=true&sslallowinvalidcertificates=true"
0 commit comments