diff options
author | Ant Phillips <ant@php.net> | 2008-12-01 11:30:10 +0000 |
---|---|---|
committer | Ant Phillips <ant@php.net> | 2008-12-01 11:30:10 +0000 |
commit | 5eaaf3843f179b0943c6c164057f63744e7df6ff (patch) | |
tree | d4befe5f6d03fa14aecd3c4cd6425ec59761d3cd /ext/dom/tests/DOMComment_replaceData_basic.phpt | |
parent | f24ac1603c2a33091f0123e2c596927cc26c8064 (diff) | |
download | php-git-5eaaf3843f179b0943c6c164057f63744e7df6ff.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.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 2963cb1e06..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 |