diff options
Diffstat (limited to 'ext/dom/tests/domdocument_createentityreference_002.phpt')
| -rw-r--r-- | ext/dom/tests/domdocument_createentityreference_002.phpt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/dom/tests/domdocument_createentityreference_002.phpt b/ext/dom/tests/domdocument_createentityreference_002.phpt index 21d79aa4b..a2416c2d8 100644 --- a/ext/dom/tests/domdocument_createentityreference_002.phpt +++ b/ext/dom/tests/domdocument_createentityreference_002.phpt @@ -2,11 +2,16 @@ DomDocument::CreateEntityReference() - Empty Arguments --CREDITS-- Clint Priest @ PhpTek09 +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php $objDoc = new DomDocument(); $objRef = $objDoc->createEntityReference(); ?> +===DONE=== --EXPECTF-- -Warning: DOMDocument::createEntityReference() expects exactly 1 parameter, 0 given in %s
\ No newline at end of file +Warning: DOMDocument::createEntityReference() expects exactly 1 parameter, 0 given in %s +===DONE=== +
\ No newline at end of file |
