Skip to content

Commit 93c1224

Browse files
committed
Display PHPUnit version before running unit tests
1 parent e1a2da4 commit 93c1224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if [[ "${?}" -ne 0 ]]; then
77
fi
88

99
# Run tests.
10+
phpunit --version
1011
phpunit --configuration tests/phpunit.xml
1112
if [[ "${?}" -ne 0 ]]; then
1213
((errors++))

0 commit comments

Comments
 (0)