Skip to content

Commit 6521cf8

Browse files
committed
add missing SKIPIF
1 parent 05028ba commit 6521cf8

17 files changed

+33
-2
lines changed

ext/dom/tests/DOMCharacterData_appendData_basic.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DOMCharacterData::appendData basic functionality test
33
--CREDITS--
44
Mike Sullivan <mike@regexia.com>
55
#TestFest 2008 (London)
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810

ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ DOMComment::appendData basic functionality test
44
Mike Sullivan <mike@regexia.com>
55
#TestFest 2008 (London)
66
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
78
--FILE--
89
<?php
910

ext/dom/tests/DOMComment_replaceData_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Test replacing data into a DOMComment basic test
44
Andrew Larssen <al@larssen.org>
55
London TestFest 2008
66
--SKIPIF--
7-
<?php // require_once('skipif.inc'); ?>
7+
<?php require_once('skipif.inc'); ?>
88
--FILE--
99
<?php
1010

ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Testing DOMDocumentFragment::appendXML and DOMDocumentFragment::hasChildNodes
3+
--SKIPIF--
4+
<?php require_once('skipif.inc'); ?>
35
--FILE--
46
<?php
57
$doc = new DOMDocument();

ext/dom/tests/DOMDocument_createAttribute_basic.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DomDocument::createAttribute() - basic test for DomDocument::createAttribute()
33
--CREDITS--
44
Muhammad Khalid Adnan
55
# TestFest 2008
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810

ext/dom/tests/DOMDocument_createAttribute_error.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test DOMDocument::createAttribute() for expected expection thrown when wrong parameter passed
3+
--SKIPIF--
4+
<?php require_once('skipif.inc'); ?>
35
--FILE--
46
<?php
57
$dom = new DOMDocument();

ext/dom/tests/DOMDocument_createAttribute_error1.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DomDocument::createAttribute() - error test for DomDocument::createAttribute()
33
--CREDITS--
44
Muhammad Khalid Adnan
55
# TestFest 2008
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810

ext/dom/tests/DOMDocument_createAttribute_variation.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test DOMDocument::createAttribute() for expected return value
3+
--SKIPIF--
4+
<?php require_once('skipif.inc'); ?>
35
--FILE--
46
<?php
57
$dom = new DOMDocument();

ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DomDocument::createProcessingInstruction() - basic test for DomDocument::createP
33
--CREDITS--
44
Muhammad Khalid Adnan
55
# TestFest 2008
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810

ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DomDocument::createProcessingInstruction() - error test for DomDocument::createP
33
--CREDITS--
44
Muhammad Khalid Adnan
55
# TestFest 2008
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810

ext/dom/tests/DOMElement_hasAttributes_basic.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DOMNode: hasAttributes()
33
--CREDITS--
44
James Lewis <james@s-1.com>
55
#TestFest 2008
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810
require_once("dom_test.inc");

ext/dom/tests/DOMNode_hasChildNodes.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Tests DOMNode::hasChildNodes()
33
--CREDITS--
44
Michael Stillwell <mjs@beebo.org>
55
# TestFest 2008
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810

ext/dom/tests/DOMNode_insertBefore.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Tests DOMNode::insertBefore()
33
--CREDITS--
44
Michael Stillwell <mjs@beebo.org>
55
# TestFest 2008
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810

ext/dom/tests/DOMNode_issamenode_basic.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DOMNode: isSameNode()
33
--CREDITS--
44
James Lewis <james@s-1.com>
55
#TestFest 2008
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810
require_once("dom_test.inc");

ext/dom/tests/DOMText_appendData_basic.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DOMText::appendData basic functionality test
33
--CREDITS--
44
Mike Sullivan <mike@regexia.com>
55
#TestFest 2008 (London)
6+
--SKIPIF--
7+
<?php require_once('skipif.inc'); ?>
68
--FILE--
79
<?php
810

ext/dom/tests/bug42082.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #42082 (NodeList length zero should be empty)
3+
--SKIPIF--
4+
<?php require_once('skipif.inc'); ?>
35
--FILE--
46
<?php
57
$doc = new DOMDocument();
@@ -24,4 +26,4 @@ unicode(0) ""
2426
bool(true)
2527
bool(true)
2628
bool(false)
27-
bool(false)
29+
bool(false)

ext/dom/tests/bug43364.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Bug #43364 (recursive xincludes don't remove internal xml nodes properly)
3+
--SKIPIF--
4+
<?php require_once('skipif.inc'); ?>
35
--FILE--
46
<?php
57
function loopElements($nodes)

0 commit comments

Comments
 (0)