php-src/ext/dom/tests
zoe slattery d99203d44b Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
  Small fixes to tests, see #62022
2012-05-15 11:43:28 +01:00
..
book-non-conforming-schema.xsd Test from 2009 testfest 2009-08-26 17:17:58 +00:00
book-not-a-schema.xsd Test from 2009 testfest 2009-08-26 17:17:58 +00:00
book.xml xinclude test 2003-10-27 15:32:44 +00:00
book.xml.gz streams test 2003-10-27 15:13:12 +00:00
book.xsd Test from 2009 testfest 2009-08-26 17:17:58 +00:00
bug28721.phpt WS 2007-07-27 00:20:43 +00:00
bug28817.phpt WS 2007-07-27 00:20:43 +00:00
bug32615.phpt WS 2007-07-27 00:20:43 +00:00
bug34276.phpt fix test names 2008-05-14 13:04:05 +00:00
bug35342.phpt fix test names 2008-05-14 13:04:05 +00:00
bug35673.phpt re-apply bug fix #35673 (formatOutput does not work with saveHTML) from old trunk 2010-04-02 16:15:06 +00:00
bug36756.phpt Fixed tests 2007-11-19 08:19:31 +00:00
bug37277.phpt Test name formatting fixes 2007-07-24 14:07:42 +00:00
bug37456.phpt Test name formatting fixes 2007-07-24 14:07:42 +00:00
bug38438.phpt Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) 2006-08-13 15:02:41 +00:00
bug38474.phpt - MFH 2008-03-08 19:11:18 +00:00
bug38850.phpt Test name formatting fixes 2007-07-24 14:07:42 +00:00
bug38949.phpt WS 2007-07-27 00:20:43 +00:00
bug40836.phpt Test name formatting fixes 2007-07-24 14:07:42 +00:00
bug41257.phpt WS 2007-07-27 00:20:43 +00:00
bug41374.phpt WS 2007-07-27 00:20:43 +00:00
bug42082.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
bug43364.phpt MFH 2008-07-13 21:22:55 +00:00
bug44648.phpt MFH: fix bug #44648 (Attribute names not checked for wellformedness) 2008-04-17 20:21:04 +00:00
bug45251.phpt MFH: fixed bug #45251 (double free or corruption with setAttributeNode()) 2008-06-14 11:22:57 +00:00
bug46185.phpt MFH: fix bug #46185 (importNode changes the namespace of an XML element) 2008-09-29 16:52:45 +00:00
bug46335.phpt MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters) 2008-10-20 12:45:47 +00:00
bug46849.phpt MFH: fix bug #46849 (Cloning DOMDocument doesn't clone the properties) 2008-12-16 12:53:29 +00:00
bug47430.phpt Silently casting an empty string, null or false into an object by adding a property 2010-12-31 16:57:45 +00:00
bug47848.phpt fix bug #47848 (importNode doesn't preserve attribute namespaces) 2009-12-03 20:19:38 +00:00
bug47849.phpt MFH: fix bug #47849 (Non-deep import loses the namespace) 2009-04-07 15:32:12 +00:00
bug49463.phpt fix bug #49463 (setAttributeNS fails setting default namespace) 2010-01-15 21:29:56 +00:00
bug49490.phpt fix bug #49490 (XPath namespace prefix conflict) 2010-05-04 15:41:49 +00:00
bug50661.phpt fix bug #50661 (DOMDocument::loadXML does not allow UTF-16) 2010-01-06 13:13:17 +00:00
bug52656.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
bug54601.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
canonicalization.phpt MFH: add C14N() and C14NFile() methods to perform XML canonicalization 2006-05-26 18:23:50 +00:00
dom001.phpt Remove debug code 2004-03-29 20:54:46 +00:00
dom002.phpt MFH: fix/add SKIPIF 2006-06-27 00:09:43 +00:00
dom003.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
dom004.phpt Fixed dom tests. 2011-06-22 09:28:14 +00:00
dom005.phpt Fix broken test 2011-04-27 15:08:44 +00:00
dom006.phpt Fix tests 2004-03-29 20:54:13 +00:00
dom007.phpt Make output order for dom007.phpt platform independent 2012-05-01 15:43:31 -07:00
dom_comment_basic.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
dom_comment_variation.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
dom_create_element.phpt namespace/tagname validation fixes (Adam Trachtenberg) 2004-05-27 11:15:45 +00:00
dom_import_simplexml.phpt interop test 2003-10-27 11:24:30 +00:00
dom_set_attr_node.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
dom_test.inc fix test 2003-12-05 14:52:51 +00:00
dom_xinclude.phpt - fix test for OS where dir sep is \ 2011-09-07 09:03:07 +00:00
dom.ent add tests 2006-05-17 16:36:21 +00:00
dom.xml add tests 2006-05-17 16:36:21 +00:00
DOMAttr_construct_error_001.phpt New test: DOMAttr __construct() with no arguments. 2009-05-23 01:33:39 +00:00
DOMAttr_name_basic_001.phpt New test: DOMAttr read $name property. 2009-05-23 01:42:37 +00:00
DOMAttr_ownerElement_error_001.phpt New test: DOMAttr read $name property. 2009-05-23 01:42:37 +00:00
DOMAttr_value_basic_001.phpt Small fixes to tests, see #62022 2012-05-15 11:42:14 +01:00
DOMAttr_value_basic_002.phpt Small fixes to tests, see #62022 2012-05-15 11:42:14 +01:00
domattributes.phpt MFH tests 2006-10-09 16:02:34 +00:00
DOMCDATASection_construct_error_001.phpt New test: DOMAttr read $name property. 2009-05-23 01:42:37 +00:00
DOMCharacterData_appendData_basic.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMCharacterData_appendData_error_001.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMCharacterData_data_basic_002.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMCharacterData_data_error_002.phpt Small fixes to tests, see #62022 2012-05-15 11:42:14 +01:00
DOMCharacterData_deleteData_basic_001.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMCharacterData_deleteData_error_001.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMCharacterData_deleteData_error_002.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMCharacterData_insertData_error_001.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMCharacterData_length_error_001.phpt Small fixes to tests, see #62022 2012-05-15 11:42:14 +01:00
DOMCharacterData_replaceData_error_001.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMCharacterData_substringData_basic_001.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
domchardata.phpt MFH tests 2006-10-09 16:02:34 +00:00
DOMComment_appendData_basic_Sullivan.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMComment_appendData_basic.phpt Moving DOM tests to correct folder. 2008-05-19 12:48:18 +00:00
DOMComment_construct_basic_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMComment_construct_error_001.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMComment_insertData_basic.phpt Tests from PHP London TestFest 2008 2008-05-19 12:56:21 +00:00
DOMComment_insertData_error1.phpt Tests from PHP London TestFest 2008 2008-05-19 12:56:21 +00:00
DOMComment_insertData_error2.phpt Tests from PHP London TestFest 2008 2008-05-19 12:56:21 +00:00
DOMComment_replaceData_basic.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMComment_replaceData_error1.phpt Tests from London test fest 2008 2008-05-17 11:20:55 +00:00
DOMComment_replaceData_error2.phpt Tests from London test fest 2008 2008-05-17 11:20:55 +00:00
DOMDocument_config_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_createAttribute_basic.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMDocument_createAttribute_error1.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMDocument_createAttribute_error.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMDocument_createAttribute_variation.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
domdocument_createcomment_error_001.phpt Add missing SKIPIF 2009-09-11 21:57:04 +00:00
domdocument_createentityreference_001.phpt Add missing SKIPIF 2009-09-11 21:57:04 +00:00
domdocument_createentityreference_002.phpt Add missing SKIPIF 2009-09-11 21:57:04 +00:00
DOMDocument_createEntityReference_basic.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_createProcessingInstruction_basic.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMDocument_createProcessingInstruction_error.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMDocument_documentURI_basic.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
DOMDocument_encoding_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_implementationRead_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_loadHTML_basic.phpt Tests from Londn test fest 2008-05-16 17:13:42 +00:00
DOMDocument_loadHTML_error1.phpt fix failing tests 2011-08-01 01:00:57 +00:00
DOMDocument_loadHTML_error2.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMDocument_preserveWhiteSpace_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_preserveWhiteSpace_variations.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_relaxNGValidate_basic.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMDocument_relaxNGValidate_basic.rng working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMDocument_relaxNGValidate_error1.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMDocument_relaxNGValidate_error2.phpt Fixed failed test to take into account printed warnings like in 5.4 and trunk branches. 2011-08-24 12:25:30 +00:00
DOMDocument_relaxNGValidateSource_basic.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMDocument_relaxNGValidateSource_error1.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMDocument_relaxNGValidateSource_error2.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMDocument_resolveExternals_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_save_basic.phpt Tests from Londn test fest 2008-05-16 17:13:42 +00:00
DOMDocument_saveHTML_basic.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_saveHTML_error2.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_saveHTML_variant1.phpt - Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional 2011-01-18 19:45:38 +00:00
DOMDocument_saveHTML_variant2.phpt - Hopefully finally fixed the mess in rev 307562 and rev 307563. 2011-01-19 00:22:06 +00:00
DOMDocument_saveHTMLFile_basic.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_saveHTMLFile_error1.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_saveHTMLFile_error2.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_saveHTMLFile_formatOutput.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_saveHTMLFile_invalid_filename.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_savexml_basic.phpt fixed bad section name 2009-02-13 18:01:27 +00:00
DOMDocument_schemaValidate_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_schemaValidate_error1.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_schemaValidate_error2.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_schemaValidate_error3.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_schemaValidate_error4.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_schemaValidate_error5.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_schemaValidateSource_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_schemaValidateSource_error1.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
DOMDocument_schemaValidateSource_error2.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_schemaValidateSource_error3.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_schemaValidateSource_error4.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_standalone_basic.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
DOMDocument_strictErrorChecking_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_strictErrorChecking_variation.phpt The last of the 2009 testfest tests 2009-08-30 18:18:50 +00:00
DOMDocument_validate_basic.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_validate_error1.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_validate_error2.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_validate_external_dtd.phpt - MFH: New tests (NorwayUG testfest) 2009-07-02 00:04:52 +00:00
DOMDocument_validate_on_parse_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
DOMDocument_validate_on_parse_variation.phpt Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails 2012-04-30 17:23:49 +02:00
DOMDocumentFragment_appendXML_basic_001.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMDocumentFragment_appendXML_error_001.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMDocumentFragment_appendXML_error_002.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentFragment_appendXML_error_003.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMDocumentFragment_construct_basic_001.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
DOMDocumentFragment_construct_basic_002.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentFragment_construct_error_001.phpt Add the following new tests: 2009-05-25 06:03:41 +00:00
DOMDocumentType_basic_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentType_entities_error_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentType_internalSubset_error_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentType_name_error_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentType_notations_error_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentType_publicId_basic_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentType_publicId_error_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentType_systemId_basic_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMDocumentType_systemId_error_001.phpt Add tests: 2009-05-26 06:09:18 +00:00
DOMElement_hasAttributes_basic.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
domelement.phpt MFH tests 2006-10-09 16:02:34 +00:00
DOMImplementation_createDocument_basic.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMImplementation_createDocumentType_basic.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMImplementation_hasFeature_basic.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMNode_C14N_basic.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMNode_C14NFile_basic.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMNode_cloneNode_basic.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
DOMNode_getLineNo_basic.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMNode_getNodePath_basic.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMNode_hasChildNodes_basic.phpt Tests from Londn test fest 2008-05-16 17:13:42 +00:00
DOMNode_hasChildNodes.phpt MFH 2008-07-13 21:22:55 +00:00
DOMNode_insertBefore_error1.phpt working on test coverage for ext/dom, here's 17 more tests 2011-06-28 20:17:15 +00:00
DOMNode_insertBefore.phpt MFH 2008-07-13 21:22:55 +00:00
DOMNode_issamenode_basic.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMNode_normalize_basic.phpt refixing missing skipif 2008-12-30 15:57:23 +00:00
DOMNode_removeChild_basic.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
DOMNode_replaceChild_basic.phpt Tests from Londn test fest 2008-05-16 17:13:42 +00:00
domobject_debug_handler.phpt Improved on DOM object debug info handler. Added test. 2012-03-23 21:23:24 +00:00
DOMText_appendData_basic.phpt Add missing SKIPIF 2009-09-11 21:57:04 +00:00
domxpath.phpt backport functionality to call user functions within XPath 2008-01-25 16:13:04 +00:00
note.dtd Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails 2012-04-30 17:23:49 +02:00
note.xml Fix bug 61868 ext\dom\tests\DOMDocument_validate_on_parse_variation.phpt fails 2012-04-30 17:23:49 +02:00
nsdoc.xml fix bug #38949 (Cannot get xmlns value attribute) 2006-09-27 10:31:24 +00:00
regsiter_node_class.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
skipif.inc
test.html added html test 2003-10-27 17:36:44 +00:00
xinclude.xml xinclude test 2003-10-27 15:32:44 +00:00