Merge pull request #25036 from owncloud/jnweiger-patch-1

Update autotest.sh
This commit is contained in:
Vincent Petry 2016-06-09 16:06:58 +02:00
commit c13c561219
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ else
fi
if ! [ -x "$PHPUNIT" ]; then
echo "phpunit executable not found, please install phpunit version >= 3.7" >&2
echo "phpunit executable not found, please install phpunit version >= 4.4" >&2
exit 3
fi