summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMComment_replaceData_basic.phpt
diff options
context:
space:
mode:
authorAnt Phillips <ant@php.net>2008-12-01 11:30:39 +0000
committerAnt Phillips <ant@php.net>2008-12-01 11:30:39 +0000
commit0410026ac0725f25e10a946316cf8d5f98bc122f (patch)
tree87cf026dd384028df32c144cc5162add24f21425 /ext/dom/tests/DOMComment_replaceData_basic.phpt
parent8786ee7ce0d7d855a1b41ad3a5e59507939542c7 (diff)
downloadphp-git-0410026ac0725f25e10a946316cf8d5f98bc122f.tar.gz
DOM tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
Diffstat (limited to 'ext/dom/tests/DOMComment_replaceData_basic.phpt')
-rw-r--r--ext/dom/tests/DOMComment_replaceData_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/tests/DOMComment_replaceData_basic.phpt b/ext/dom/tests/DOMComment_replaceData_basic.phpt
index 0d1b1a9c9c..10bf677ff3 100644
--- a/ext/dom/tests/DOMComment_replaceData_basic.phpt
+++ b/ext/dom/tests/DOMComment_replaceData_basic.phpt
@@ -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
@@ -22,7 +22,7 @@ $dom->appendChild($comment);
echo $dom->saveXML();
?>
---EXPECT--
+--EXPECTF--
<?xml version="1.0"?>
<!--testreplacedcomment-->
<?xml version="1.0"?>