]> granicus.if.org Git - php/commit
Add tests:
authorEric Stewart <ericstewart@php.net>
Tue, 26 May 2009 06:11:26 +0000 (06:11 +0000)
committerEric Stewart <ericstewart@php.net>
Tue, 26 May 2009 06:11:26 +0000 (06:11 +0000)
commitfee853764df83e7538f431aacd44725487f9d54d
treea528d9cd76b11e4f084c352a398cce1e415de277
parentf02e4bed7c3de2110d10bf06e1f00f5f2de2f631
Add tests:
DOMComment::__construct() with constructor called twice.
DOMDocumentFragment::appendXML() with unbound fragment.
DOMDocumentFragment::appendXML() with unbalanced chunks.
DOMDocumentFragment::__construct() called twice.
DOMDocumentType: basic access to all properties.
DOMDocumentType::name with invalid state.
DOMDocumentType::entities with invalid state.
DOMDocumentType::notations with invalid state.
DOMDocumentType::publicId with invalid state.
DOMDocumentType::publicId with empty value.
DOMDocumentType::systemId with invalid state.
DOMDocumentType::systemId with empty value.
DOMDocumentType::internalSubset with invalid state.
13 files changed:
ext/dom/tests/DOMComment_construct_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_entities_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_name_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_notations_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_publicId_error_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt [new file with mode: 0644]
ext/dom/tests/DOMDocumentType_systemId_error_001.phpt [new file with mode: 0644]