Browse Source

- Fix test

experimental/with_scalar_types
Felipe Pena 15 years ago
parent
commit
f1967befc8
  1. 2
      ext/reflection/tests/ReflectionClass_isCloneable_001.phpt

2
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

Loading…
Cancel
Save