aboutsummaryrefslogtreecommitdiffstats
path: root/autotest.sh
diff options
context:
space:
mode:
authorJürgen Weigert <jnweiger@gmail.com>2016-06-08 17:46:50 +0200
committerJürgen Weigert <jnweiger@gmail.com>2016-06-08 17:46:50 +0200
commit0a6b845f3770031aa4462d6662a2a56fe1fcb396 (patch)
treee60408853264ae1c035de5c6aa71cdaaeba1b752 /autotest.sh
parent6de406ae51cc7edffc3e2639d28492aa618ade5e (diff)
downloadnextcloud-server-0a6b845f3770031aa4462d6662a2a56fe1fcb396.tar.gz
nextcloud-server-0a6b845f3770031aa4462d6662a2a56fe1fcb396.zip
Update autotest.sh
usage in sync with reality.
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh
index bd51cddefcf..e798157fe64 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -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