Fix phpunit test not completing when run in container

This commit is contained in:
Zach Borboa
2019-04-21 23:34:26 -07:00
parent e46e9cffff
commit ea0294f907
+3
View File
@@ -12,6 +12,9 @@ if [[ "${?}" -ne 0 ]]; then
((errors++))
fi
# Let test server know we should allow testing.
export PHP_CURL_CLASS_TEST_MODE_ENABLED="yes"
# Run tests.
phpunit --version
phpunit --configuration "tests/phpunit.xml"