summaryrefslogtreecommitdiff
path: root/ext/dom/tests/domdocumentload_test_method.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.php files in ext/dom tests to *.incPeter Kokot2018-09-231-12/+0
| | | | | *.php files are ignored by Git and a better practice might be to rename PHP included files for tests.
* Deprecate assert() with string argumentNikita Popov2017-02-031-1/+1
|
* Adds files: error 1 to 5 and variation 1 to 4Antonio Diaz Ruiz2013-08-101-0/+12
tests for error1: not well formed xml tests for error2: not well formed xml attribute without colon tests for error2: not well formed xml, typo tests for error4: wrong xml version tests for error5: extra content at the end of the doc tests libxml_dtd_load tests libxml_dtd_valid tests for libdtd_noerror tests for LIBXML_DTDATTR, LIBXML_NOCDATA, LIBXML_NOENT and LIBXML_NOBLANKS the basic behavior fix comments