diff options
author | Zoe Slattery <zoe@php.net> | 2008-12-30 15:56:44 +0000 |
---|---|---|
committer | Zoe Slattery <zoe@php.net> | 2008-12-30 15:56:44 +0000 |
commit | f9f5039988108236c31e3bd5d42dcff02933382d (patch) | |
tree | f03a9bc0e538ac1e9a38052c3034a44ca815c6d3 /ext/dom/tests/DOMComment_replaceData_basic.phpt | |
parent | b7749479205fa59376cc41d5e50951c30d917da5 (diff) | |
download | php-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.phpt | 2 |
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 |