diff options
| -rw-r--r-- | pear/tests/pear2.phpt | 4 |
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() |
