Skip to content

Commit

Permalink
Having confirmed the issue in my dev env, I can silence this echo.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Oct 14, 2015
1 parent 765f63a commit 2e8f676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ ! -f phpunit.phar.asc ]; then
fi

# What are the major/minor versions?
php -r "var_dump([\Sodium\library_version_major(), \Sodium\library_version_minor()]);"
# php -r "var_dump([\Sodium\library_version_major(), \Sodium\library_version_minor()]);"

# Verify before running
gpg --verify phpunit.phar.asc phpunit.phar
Expand Down

0 comments on commit 2e8f676

Please sign in to comment.