diff options
| author | Felipe Pena <felipe@php.net> | 2011-05-14 01:00:59 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2011-05-14 01:00:59 +0000 |
| commit | f1967befc814441c821f3b7c9bbd556a7a23cc6d (patch) | |
| tree | f9f80fe7a1b6adec42e7642a5323333b0de4144a /ext/reflection | |
| parent | 2a927b5d7f3715a74280ef2955f2fbd306d825fb (diff) | |
| download | php-git-f1967befc814441c821f3b7c9bbd556a7a23cc6d.tar.gz | |
- Fix test
Diffstat (limited to 'ext/reflection')
| -rw-r--r-- | ext/reflection/tests/ReflectionClass_isCloneable_001.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/reflection/tests/ReflectionClass_isCloneable_001.phpt b/ext/reflection/tests/ReflectionClass_isCloneable_001.phpt index 0f5278c9b0..f1042cc130 100644 --- a/ext/reflection/tests/ReflectionClass_isCloneable_001.phpt +++ b/ext/reflection/tests/ReflectionClass_isCloneable_001.phpt @@ -1,5 +1,7 @@ --TEST-- Testing ReflectionClass::isCloneable() +--SKIPIF-- +<?php if (!extension_loaded('simplexml') || !extension_loaded('xmlwriter')) die("skip SimpleXML and XMLWriter is required for this test"); ?> --FILE-- <?php |
