mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-10 18:36:31 +00:00
Display PHPUnit version before running unit tests
This commit is contained in:
@@ -7,6 +7,7 @@ if [[ "${?}" -ne 0 ]]; then
|
||||
fi
|
||||
|
||||
# Run tests.
|
||||
phpunit --version
|
||||
phpunit --configuration tests/phpunit.xml
|
||||
if [[ "${?}" -ne 0 ]]; then
|
||||
((errors++))
|
||||
|
||||
Reference in New Issue
Block a user