Annotation of embedaddon/php/ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: DOMDocumentFragment::appendXML() with no arguments.
                      3: --CREDITS--
                      4: Eric Lee Stewart <ericleestewart@gmail.com>
                      5: # TestFest Atlanta 2009-05-24
                      6: --SKIPIF--
                      7: <?php require_once('skipif.inc'); ?>
                      8: --FILE--
                      9: <?php
                     10: $fragment = new DOMDocumentFragment();
                     11: $fragment->appendXML();
                     12: ?>
                     13: --EXPECTF--
                     14: Warning: DOMDocumentFragment::appendXML() expects exactly 1 parameter, 0 given in %s on line %d

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>