felipe                                   Sat, 14 May 2011 01:00:59 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311006

Log:
- Fix test

Changed paths:
    U   
php/php-src/trunk/ext/reflection/tests/ReflectionClass_isCloneable_001.phpt

Modified: 
php/php-src/trunk/ext/reflection/tests/ReflectionClass_isCloneable_001.phpt
===================================================================
--- php/php-src/trunk/ext/reflection/tests/ReflectionClass_isCloneable_001.phpt 
2011-05-13 22:39:35 UTC (rev 311005)
+++ php/php-src/trunk/ext/reflection/tests/ReflectionClass_isCloneable_001.phpt 
2011-05-14 01:00:59 UTC (rev 311006)
@@ -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


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to