summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-08-24 00:08:09 +0200
committerFerenc Kovacs <tyrael@php.net>2014-08-24 00:08:09 +0200
commitcb41a7bad1350f1c9bd162abf52eea128a395e0a (patch)
tree171b13ca60fc83d7bab23b2d207850d4d6519989
parent54fbbded372b771cf281a73e1981cde642107924 (diff)
downloadphp-git-cb41a7bad1350f1c9bd162abf52eea128a395e0a.tar.gz
this test depends on the simplexml ext, not just on xml
-rw-r--r--ext/simplexml/tests/bug62328.phpt (renamed from ext/xml/tests/bug62328.phpt)4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/xml/tests/bug62328.phpt b/ext/simplexml/tests/bug62328.phpt
index e4c3c59d37..a6e60e488c 100644
--- a/ext/xml/tests/bug62328.phpt
+++ b/ext/simplexml/tests/bug62328.phpt
@@ -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 {