summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-06-09 16:06:58 +0200
committerVincent Petry <pvince81@owncloud.com>2016-06-09 16:06:58 +0200
commitc13c561219ea29efc15a5b01ce43740d51c9eb3b (patch)
tree4dba3f90227c44d240b19978767967fbb4886d11
parent4c26abe228bedb0ebb0ffa5a6f5f399e16871880 (diff)
parent0a6b845f3770031aa4462d6662a2a56fe1fcb396 (diff)
downloadnextcloud-server-c13c561219ea29efc15a5b01ce43740d51c9eb3b.tar.gz
nextcloud-server-c13c561219ea29efc15a5b01ce43740d51c9eb3b.zip
Merge pull request #25036 from owncloud/jnweiger-patch-1
Update 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