diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-06-09 16:06:58 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-06-09 16:06:58 +0200 |
commit | c13c561219ea29efc15a5b01ce43740d51c9eb3b (patch) | |
tree | 4dba3f90227c44d240b19978767967fbb4886d11 | |
parent | 4c26abe228bedb0ebb0ffa5a6f5f399e16871880 (diff) | |
parent | 0a6b845f3770031aa4462d6662a2a56fe1fcb396 (diff) | |
download | nextcloud-server-c13c561219ea29efc15a5b01ce43740d51c9eb3b.tar.gz nextcloud-server-c13c561219ea29efc15a5b01ce43740d51c9eb3b.zip |
Merge pull request #25036 from owncloud/jnweiger-patch-1
Update autotest.sh
-rwxr-xr-x | autotest.sh | 2 |
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 |