mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 01:49:11 +00:00
Fix phpunit test not completing when run in container
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user