diff options
author | Ant Phillips <ant@php.net> | 2008-12-01 11:30:39 +0000 |
---|---|---|
committer | Ant Phillips <ant@php.net> | 2008-12-01 11:30:39 +0000 |
commit | 0410026ac0725f25e10a946316cf8d5f98bc122f (patch) | |
tree | 87cf026dd384028df32c144cc5162add24f21425 /ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt | |
parent | 8786ee7ce0d7d855a1b41ad3a5e59507939542c7 (diff) | |
download | php-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_appendData_basic_Sullivan.phpt')
-rw-r--r-- | ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt b/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt index 4d39ea4695..b7d90a1194 100644 --- a/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt +++ b/ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt @@ -3,8 +3,6 @@ DOMComment::appendData basic functionality test --CREDITS-- Mike Sullivan <mike@regexia.com> #TestFest 2008 (London) ---SKIPIF-- -<?php require_once('skipif.inc'); ?> --FILE-- <?php @@ -34,4 +32,4 @@ Comment Length (two appends): 8 Comment Content: data><&" <?xml version="1.0"?> -<root><comment><!--data><&"--></comment></root> +<root><comment><!--data><&"--></comment></root>
\ No newline at end of file |