diff options
author | Greg Beaver <cellog@php.net> | 2003-10-31 22:39:43 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2003-10-31 22:39:43 +0000 |
commit | 6c403c77948df32c9e6228396a0a2a92d49e47c5 (patch) | |
tree | fc3e8f8746f1901a8d4f06d2afafe3aded3ae959 /pear | |
parent | f51b3c0cb1de63b4aec76fb6ff936eade22786bf (diff) | |
download | php-git-6c403c77948df32c9e6228396a0a2a92d49e47c5.tar.gz |
add fancy SKIPIF code
Diffstat (limited to 'pear')
-rw-r--r-- | pear/tests/pear_installer3.phpt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pear/tests/pear_installer3.phpt b/pear/tests/pear_installer3.phpt index b1ca4cba9b..d40f1fdd14 100644 --- a/pear/tests/pear_installer3.phpt +++ b/pear/tests/pear_installer3.phpt @@ -1,7 +1,11 @@ --TEST-- PEAR_Installer test #3 File Transactions --SKIPIF-- -skip +<?php +if (!getenv('PHP_PEAR_RUNTESTS')) { + echo 'skip'; +} +?> --FILE-- <?php $temp_path = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'testinstallertemp'; |