this test depends on the simplexml ext, not just on xml

This commit is contained in:
Ferenc Kovacs 2014-08-24 00:08:09 +02:00
parent 54fbbded37
commit cb41a7bad1

View file

@ -1,9 +1,7 @@
--TEST--
Bug #62328 (implementing __toString and a cast to string fails)
--SKIPIF--
<?php
require_once("skipif.inc");
?>
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--
<?php
class UberSimpleXML extends SimpleXMLElement {