Skip to content

Commit

Permalink
Use Composer phpunit when running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Nov 21, 2018
1 parent f550131 commit 3678c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -ex
# Run the unit tests, if they exist
if [ -f "phpunit.xml" ] || [ -f "phpunit.xml.dist" ]
then
phpunit
vendor/bin/phpunit
fi

0 comments on commit 3678c2d

Please sign in to comment.