]> granicus.if.org Git - php/commitdiff
Disable PEAR tests. These tests have too many dependcies such as
authorIlia Alshanetsky <iliaa@php.net>
Tue, 22 Oct 2002 14:19:02 +0000 (14:19 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 22 Oct 2002 14:19:02 +0000 (14:19 +0000)
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.

pear/Console/tests/001-getopt.phpt
pear/tests/pear1.phpt
pear/tests/pear_config.phpt
pear/tests/pear_error.phpt
pear/tests/pear_error2.phpt
pear/tests/pear_error3.phpt
pear/tests/pear_error4.phpt
pear/tests/pear_registry.phpt
pear/tests/pear_system.phpt

index 440a8834c90e7e480806051164e9f6dfe0a74ae2..3985dc9bebe28b24c8eac41eb0108ace13376895 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Console_Getopt
+--SKIPIF--
+skip
 --FILE--
 <?php
 
index c1d5c1d679dc6880b1224252e04b7f5a903510eb..2961ff7284a4c3e25c2efc900281fd84f71db0f7 100644 (file)
@@ -1,6 +1,7 @@
 --TEST--
 PEAR constructor/destructor test
 --SKIPIF--
+skip
 --FILE--
 <?php
 
index 24a3514494893e627b3178be454d29bacb4b6ad6..7e125ac8550e6b47f75df7ce6619debdd12add0b 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 PEAR_Config
+--SKIPIF--
+skip
 --FILE--
 <?php
 
index e602aa2887c2ea627b8b9c8fc17d7de21cb3e5d1..51493633eaf6c25e8a8b3294bb38b0272d751a59 100644 (file)
@@ -1,6 +1,7 @@
 --TEST--
 PEAR_Error: basic test
 --SKIPIF--
+skip
 --FILE--
 <?php // -*- PHP -*-
 
index 476374cba47942b92d57ba88ae131b891d172941..4ae1c4b70153b7edfccb6620d2b810eda65dccb9 100644 (file)
@@ -1,6 +1,7 @@
 --TEST--
 PEAR_Error: die mode
 --SKIPIF--
+skip
 --FILE--
 <?php // -*- C++ -*-
 
index fb26c9a2b01594998e04a4909dd56cc6557271d6..4c89ae5a693ff578c0aab712f72013d1eb722d1b 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 PEAR_Error: default error handling
+--SKIPIF--
+skip
 --FILE--
 <?php // -*- PHP -*-
 
index a648df49c6ba1d51c072df4cf6e48326a171db9b..57f69359b8dde933a6a629789d1f3053fff5e822 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 PEAR_Error: expected errors
+--SKIPIF--
+skip
 --FILE--
 <?php // -*- PHP -*-
 
index becc971f896241aa3b6e917dbac3ef9bd1e30293..0295ed922e4f5be18a3ddcb7575ca1ff687c9e60 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 PEAR_Registry
+--SKIPIF--
+skip
 --FILE--
 <?php
 
index a797cb65caa947ee7b44adafb74c65d2d2c784a1..64f3d1143ee453a84e749fb4805089b93a78f1ec 100644 (file)
@@ -1,6 +1,7 @@
 --TEST--
 System commands tests
 --SKIPIF--
+skip
 --FILE--
 <?php
 error_reporting(E_ALL);