fixed include, verified that it indeed works, and PEAR.php passes the test :)

This commit is contained in:
Greg Beaver 2003-08-13 22:05:23 +00:00
parent baba5432c9
commit f126c0df6a

View File

@ -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()