summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMComment_replaceData_basic.phpt
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2008-12-30 15:56:44 +0000
committerZoe Slattery <zoe@php.net>2008-12-30 15:56:44 +0000
commitf9f5039988108236c31e3bd5d42dcff02933382d (patch)
treef03a9bc0e538ac1e9a38052c3034a44ca815c6d3 /ext/dom/tests/DOMComment_replaceData_basic.phpt
parentb7749479205fa59376cc41d5e50951c30d917da5 (diff)
downloadphp-git-f9f5039988108236c31e3bd5d42dcff02933382d.tar.gz
refixing 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 10bf677ff3..2963cb1e06 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