Skip to content

Commit cb41a7b

Browse files
committed
this test depends on the simplexml ext, not just on xml
1 parent 54fbbde commit cb41a7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/xml/tests/bug62328.phpt renamed to ext/simplexml/tests/bug62328.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
--TEST--
22
Bug #62328 (implementing __toString and a cast to string fails)
33
--SKIPIF--
4-
<?php
5-
require_once("skipif.inc");
6-
?>
4+
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
75
--FILE--
86
<?php
97
class UberSimpleXML extends SimpleXMLElement {

0 commit comments

Comments
 (0)