summaryrefslogtreecommitdiff
path: root/ext/dom/tests/domdocument_createcomment_error_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/tests/domdocument_createcomment_error_001.phpt')
-rw-r--r--ext/dom/tests/domdocument_createcomment_error_001.phpt7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/dom/tests/domdocument_createcomment_error_001.phpt b/ext/dom/tests/domdocument_createcomment_error_001.phpt
index 5df4e2047..24104a1a0 100644
--- a/ext/dom/tests/domdocument_createcomment_error_001.phpt
+++ b/ext/dom/tests/domdocument_createcomment_error_001.phpt
@@ -2,10 +2,15 @@
DomDocument::CreateComment() - Incorrect Parameters
--CREDITS--
Clint Priest @ PhpTek09
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$x = new DomDocument();
$x->createComment();
?>
+===DONE===
--EXPECTF--
-Warning: DOMDocument::createComment() expects exactly 1 parameter, 0 given in %s \ No newline at end of file
+Warning: DOMDocument::createComment() expects exactly 1 parameter, 0 given in %s
+===DONE===
+ \ No newline at end of file