Browse Source

- add skipif

pull/12/head
Pierre Joye 15 years ago
parent
commit
9d33b167af
  1. 2
      ext/simplexml/tests/bug37076.phpt
  2. 2
      ext/simplexml/tests/bug37076_1.phpt

2
ext/simplexml/tests/bug37076.phpt

@ -1,5 +1,7 @@
--TEST--
Bug #37076 (SimpleXML ignores .=)
--SKIPIF--
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--
<?php
$xml = simplexml_load_string("<root><foo /></root>");

2
ext/simplexml/tests/bug37076_1.phpt

@ -1,5 +1,7 @@
--TEST--
Bug #37076 (SimpleXML ignores .=) (appending to unnamed attribute)
--SKIPIF--
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--
<?php
$xml = simplexml_load_string("<root><foo /></root>");

Loading…
Cancel
Save