diff options
author | Jani Taskinen <jani@php.net> | 2008-08-14 22:51:15 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-08-14 22:51:15 +0000 |
commit | 9f2e4ea6f74c9cf61663053ff6540d57b4536977 (patch) | |
tree | 387a691888d23edd5f1a2775d2556e3628c4b6e1 | |
parent | 6e7c08b75e9576f4e49bf47f963ac52d1859d9e9 (diff) | |
download | php-git-9f2e4ea6f74c9cf61663053ff6540d57b4536977.tar.gz |
add skipif (yes, reflection CAN be disabled still..)
-rwxr-xr-x | Zend/tests/bug45805.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Zend/tests/bug45805.phpt b/Zend/tests/bug45805.phpt index ae8424c04f..986187ee61 100755 --- a/Zend/tests/bug45805.phpt +++ b/Zend/tests/bug45805.phpt @@ -1,5 +1,7 @@ --TEST-- -Bug #45805 (Crach on throwing exception from error handler) +Bug #45805 (Crash on throwing exception from error handler) +--SKIPIF-- +<?php extension_loaded('reflection') or die('skip'); ?> --FILE-- <?php class PHPUnit_Util_ErrorHandler |