]> granicus.if.org Git - php/commitdiff
MFH: fix tests
authorAntony Dovgal <tony2001@php.net>
Thu, 2 Dec 2004 16:39:02 +0000 (16:39 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 2 Dec 2004 16:39:02 +0000 (16:39 +0000)
ext/dom/tests/bug28721.phpt
ext/dom/tests/dom002.phpt
ext/dom/tests/dom004.phpt
ext/dom/tests/dom_xinclude.phpt

index a9aef3863f42af61c3749792e4e11872ed05f52f..e8e7d867d899509d4c78e3163e15d9da968acfe8 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Bug # 28721: (appendChild() and insertBefore() unset DOMText)
 --SKIPIF--
-<?php require_once('skipif.php'); ?>
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 function print_node(DomNode $node) {
index 2bc0717d645e1047294a49058d826d30761214d9..3343a1774ef9de4ae12a0900c2dbffd7bcc40f12 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 Test 2: getElementsByTagName() / getElementsByTagNameNS()
 --SKIPIF--
-<?php require_once('skipif.php'); ?>
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 $xml = <<<HERE
index 7f36eb36925bf10c657aa08fd738b777e4e733ef..82b7915f6f63050d9ac6db8e65ba3bd5336e0036 100644 (file)
@@ -3,7 +3,7 @@ Test 4: Streams Test
 --SKIPIF--
 <?php
 require_once('skipif.inc');
-array_search('compress.zlib', stream_get_wrappers()) || die('skip compress.zlib wrapper is not available');
+array_search('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not available');
 ?>
 --FILE--
 <?php
index 859dd545832b9421e05cdb277d950b443c442535..92df048bc550b5d3ba356264854ef7b877bbdfdf 100644 (file)
@@ -3,7 +3,7 @@ Test: Xinclude and Streams
 --SKIPIF--
 <?php
 require_once('skipif.inc');
-array_search('compress.zlib', stream_get_wrappers()) || die('skip compress.zlib wrapper is not available');
+array_search('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not available');
 ?>
 --FILE--
 <?php