Skip to content

Commit 9205c5f

Browse files
committed
Display debugging information and output more verbose information when running phpunit locally using test script
1 parent 601de13 commit 9205c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export PHP_CURL_CLASS_TEST_MODE_ENABLED="yes"
1717

1818
# Run tests.
1919
phpunit --version
20-
phpunit --configuration "tests/phpunit.xml"
20+
phpunit --configuration "tests/phpunit.xml" --debug --verbose
2121
if [[ "${?}" -ne 0 ]]; then
2222
echo "Error: phpunit command failed"
2323
((errors++))

0 commit comments

Comments
 (0)