summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2003-08-13 22:05:23 +0000
committerGreg Beaver <cellog@php.net>2003-08-13 22:05:23 +0000
commitf126c0df6a223e58dfafc54102f20a744a747221 (patch)
tree41b52be920273c77c5da9012f0baa1d76ecfdaa3
parentbaba5432c9a1aa7e0c9b12dde1cc2830db08054c (diff)
downloadphp-git-f126c0df6a223e58dfafc54102f20a744a747221.tar.gz
fixed include, verified that it indeed works, and PEAR.php passes the test :)
-rw-r--r--pear/tests/pear2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/tests/pear2.phpt b/pear/tests/pear2.phpt
index 103de0d4d8..d5fc9770df 100644
--- a/pear/tests/pear2.phpt
+++ b/pear/tests/pear2.phpt
@@ -1,11 +1,11 @@
--TEST--
-PEAR complete set/push/pop error-handling test
+PEAR complete set/push/pop error-handling test (run from pear/tests dir)
--SKIPIF--
skip
--FILE--
<?php
-require_once "PEAR.php";
+require_once "../PEAR.php";
class testErrorHandlingStatic {
function doSetErrorHandlingFunction()