summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/dom/tests/bug79852.phpt2
-rw-r--r--ext/dom/tests/bug80600.phpt2
2 files changed, 4 insertions, 0 deletions
diff --git a/ext/dom/tests/bug79852.phpt b/ext/dom/tests/bug79852.phpt
index 67d5edeca3..7d82d21d1a 100644
--- a/ext/dom/tests/bug79852.phpt
+++ b/ext/dom/tests/bug79852.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #79852: count(DOMNodeList) doesn't match count(IteratorIterator(DOMNodeList))
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
diff --git a/ext/dom/tests/bug80600.phpt b/ext/dom/tests/bug80600.phpt
index 31f679c82b..e462965a98 100644
--- a/ext/dom/tests/bug80600.phpt
+++ b/ext/dom/tests/bug80600.phpt
@@ -1,5 +1,7 @@
--TEST--
dom: DOMChildNode::remove does not work on character data
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php