summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMComment_replaceData_basic.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-07-13 21:22:41 +0000
committerAntony Dovgal <tony2001@php.net>2008-07-13 21:22:41 +0000
commit6521cf8c1a0403258344e19467208a4601b0ca23 (patch)
treec2cab8ff53ec112be21f5538bd2026f4a396e14e /ext/dom/tests/DOMComment_replaceData_basic.phpt
parent05028ba6d38e84632a5c9099df0b71a6ef921a26 (diff)
downloadphp-git-6521cf8c1a0403258344e19467208a4601b0ca23.tar.gz
add missing SKIPIF
Diffstat (limited to 'ext/dom/tests/DOMComment_replaceData_basic.phpt')
-rw-r--r--ext/dom/tests/DOMComment_replaceData_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMComment_replaceData_basic.phpt b/ext/dom/tests/DOMComment_replaceData_basic.phpt
index e58d24b6f5..0d1b1a9c9c 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