]> granicus.if.org Git - php/commitdiff
add missing SKIPIF
authorAntony Dovgal <tony2001@php.net>
Sun, 13 Jul 2008 21:22:41 +0000 (21:22 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 13 Jul 2008 21:22:41 +0000 (21:22 +0000)
17 files changed:
ext/dom/tests/DOMCharacterData_appendData_basic.phpt
ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt
ext/dom/tests/DOMComment_replaceData_basic.phpt
ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt
ext/dom/tests/DOMDocument_createAttribute_basic.phpt
ext/dom/tests/DOMDocument_createAttribute_error.phpt
ext/dom/tests/DOMDocument_createAttribute_error1.phpt
ext/dom/tests/DOMDocument_createAttribute_variation.phpt
ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt
ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt
ext/dom/tests/DOMElement_hasAttributes_basic.phpt
ext/dom/tests/DOMNode_hasChildNodes.phpt
ext/dom/tests/DOMNode_insertBefore.phpt
ext/dom/tests/DOMNode_issamenode_basic.phpt
ext/dom/tests/DOMText_appendData_basic.phpt
ext/dom/tests/bug42082.phpt
ext/dom/tests/bug43364.phpt

index 3612b2f016be9d6e804e8fadf0ec649c6c65e42e..9b37b4443a1f177513c299ee040df18572472149 100644 (file)
@@ -3,6 +3,8 @@ DOMCharacterData::appendData basic functionality test
 --CREDITS--
 Mike Sullivan <mike@regexia.com>
 #TestFest 2008 (London)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index 50b8a99f53da65bf67f6fabb00dd9c7b770ad765..4d39ea469524411dc7e050f0d365bf33894c867b 100644 (file)
@@ -4,6 +4,7 @@ DOMComment::appendData basic functionality test
 Mike Sullivan <mike@regexia.com>
 #TestFest 2008 (London)
 --SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index e58d24b6f5cd77a2013f5dee531d0ad3006b5429..0d1b1a9c9c08e30f42601322ab95adb59c62d40d 100644 (file)
@@ -4,7 +4,7 @@ Test replacing data into a DOMComment basic test
 Andrew Larssen <al@larssen.org>
 London TestFest 2008
 --SKIPIF--
-<?php // require_once('skipif.inc'); ?>
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index d6fb63213262876e6ac804ec48e10d2d0570ea51..c82a73b526650064c1695e582af4b28caa52e0d5 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Testing DOMDocumentFragment::appendXML and DOMDocumentFragment::hasChildNodes
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 $doc = new DOMDocument();
index d5044471e12f7b442efcc0764dc554d5ff534bc6..0a1115e1cd8401e28e5919267157537d71a839b8 100644 (file)
@@ -3,6 +3,8 @@ DomDocument::createAttribute() - basic test for DomDocument::createAttribute()
 --CREDITS--
 Muhammad Khalid Adnan 
 # TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index 736e2f71f2d9714c934678e741f55730695c2898..da2a967c3aea37f982473d8ad2f468493357a8bb 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Test DOMDocument::createAttribute() for expected expection thrown when wrong parameter passed
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 $dom = new DOMDocument();
index 8f612fab3df678538485503ecf170c306db6632c..9a1cba48132c97ecf59f5951e4869700bcc750be 100644 (file)
@@ -3,6 +3,8 @@ DomDocument::createAttribute() - error test for DomDocument::createAttribute()
 --CREDITS--
 Muhammad Khalid Adnan
 # TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index d9631d8a4a694d790dfb1818be030b5d131936e1..a5f3dcd0411aa1ce2d4ccecbba081c7c9c9129fe 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Test DOMDocument::createAttribute() for expected return value
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 $dom = new DOMDocument();
index ea0910417cea5ea605cc70b5d2757051c389c31f..9f45f125d56743e922a4ba449881827d4254cc19 100644 (file)
@@ -3,6 +3,8 @@ DomDocument::createProcessingInstruction() - basic test for DomDocument::createP
 --CREDITS--
 Muhammad Khalid Adnan
 # TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index d050b17714606a490e5a2edd93494a5811c148b8..a0c12b1fe714249a521f06cb5f8fb8366498cb86 100644 (file)
@@ -3,6 +3,8 @@ DomDocument::createProcessingInstruction() - error test for DomDocument::createP
 --CREDITS--
 Muhammad Khalid Adnan
 # TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index f0d0c355b8242086509edd72606cbf13b18b7884..8e38d935e728348a18c088ed4f368395cefc6975 100644 (file)
@@ -3,6 +3,8 @@ DOMNode: hasAttributes()
 --CREDITS--
 James Lewis <james@s-1.com>
 #TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 require_once("dom_test.inc");
index e5c88b2dce3878047f494939258a92d43c2a02fb..a62dafd109ba18ec1a6c0ababb1a873956bd5496 100644 (file)
@@ -3,6 +3,8 @@ Tests DOMNode::hasChildNodes()
 --CREDITS--
 Michael Stillwell <mjs@beebo.org>
 # TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index eb5db6fb166a86fb40a81112ec3def49ce966796..04a881e56ca315781e0f0d9013123e2000aeb779 100644 (file)
@@ -3,6 +3,8 @@ Tests DOMNode::insertBefore()
 --CREDITS--
 Michael Stillwell <mjs@beebo.org>
 # TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index c66155117bb78a47fe9a5afc23debff970c38229..55886e3ec43db54ce4ce6f37653eddae6aa19ddc 100644 (file)
@@ -3,6 +3,8 @@ DOMNode: isSameNode()
 --CREDITS--
 James Lewis <james@s-1.com>
 #TestFest 2008
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 require_once("dom_test.inc");
index b066b8c5e25286e5f3ddf8850ad7380672c2dbfc..72d0d6ca9446e6ab0f26a696f2c6bda5654c91e1 100644 (file)
@@ -3,6 +3,8 @@ DOMText::appendData basic functionality test
 --CREDITS--
 Mike Sullivan <mike@regexia.com>
 #TestFest 2008 (London)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index 8afd8d70a079800a0864f412a8f47f9f8cee2ccf..646d2a37cf545b8d805f38e749ec6f1955ce1987 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #42082 (NodeList length zero should be empty)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 $doc = new DOMDocument();
@@ -24,4 +26,4 @@ unicode(0) ""
 bool(true)
 bool(true)
 bool(false)
-bool(false)  
\ No newline at end of file
+bool(false)  
index 0df581b7acdabda759498e70d61ec354f43244aa..6e08ffc01f28a6f27823d965b5c083644b0b9bea 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #43364 (recursive xincludes don't remove internal xml nodes properly)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php 
 function loopElements($nodes)