diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-22 14:19:02 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-22 14:19:02 +0000 |
commit | dd56de8d1e15e1f950fb8c9d9e89aa623679c251 (patch) | |
tree | c45de83389a80fe5f1a05b16d43a958a9d64cf75 /pear/Console | |
parent | 5c53cdafcb56babc720228ccd69550ebd57605b2 (diff) | |
download | php-git-dd56de8d1e15e1f950fb8c9d9e89aa623679c251.tar.gz |
Disable PEAR tests. These tests have too many dependcies such as
pre-installed PEAR, needing to run as root user, most tests
will fail if PEAR install directory is not inside include_path and so on.
Diffstat (limited to 'pear/Console')
-rw-r--r-- | pear/Console/tests/001-getopt.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pear/Console/tests/001-getopt.phpt b/pear/Console/tests/001-getopt.phpt index 440a8834c9..3985dc9beb 100644 --- a/pear/Console/tests/001-getopt.phpt +++ b/pear/Console/tests/001-getopt.phpt @@ -1,5 +1,7 @@ --TEST-- Console_Getopt +--SKIPIF-- +skip --FILE-- <?php |