summaryrefslogtreecommitdiff
path: root/ext/xmlreader/tests
Commit message (Collapse)AuthorAgeFilesLines
* Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-171-1/+1
|
* Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
| | | | | | | | | | | | | This implements a reduced variant of #1226 with just the following change: -Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d +Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d The '' wrapper around messages is very weird if the exception message itself contains ''. Futhermore having the message wrapped in '' doesn't work for the "and defined" suffix of TypeExceptions.
* Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-151-1/+4
| | | | | | | | | TypeException stays as-is for now because it uses messages that are incompatible with the way exception messages are displayed. closure_038.phpt and a few others now show that we're generating too many exceptions for compound operations on undefined properties -- this needs to be fixed in a followup.
* Fixed bug #64230 (XMLReader does not suppress errors)Michael Wallner2013-10-041-0/+50
|
* typo: really fix bug #51936 Crash with clone xmlreaderMichael Wallner2013-10-031-1/+1
|
* fix bug #59613 (Crash with clone XMLReader)Michael Wallner2013-10-031-0/+22
|
* Fix test typoXinchen Hui2013-06-191-2/+2
|
* Merge branch 'pull-request/320'Stanislav Malyshev2013-06-175-6/+6
| | | | | | | | | | | | | | | | * pull-request/320: this is test 5 not 6 fix race condition more shared names that create race conditions change to a unique filename more shared filenames yet another shared filename don't share a filename to stop race conditions fix race condition for 2-4 and normalize names for others fix race condition when running tests in parallel clean up after test Fix #64572: Clean up after the test Fix #64572: Clean up after the test
* Remove executable permission on phptXinchen Hui2012-10-102-0/+0
|
* more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-251-1/+1
| | | | requirements
* - fix test for OS where dir sep is \ Pierre Joye2011-09-071-7/+13
|
* MFH: add parameter allowing node to be exported into existing Document ↵Rob Richards2008-06-161-0/+37
| | | | | | | | context [DOC] add test fix warnings
* MFH: fix bug #42139 (XMLReader option constants are broken using XML())Rob Richards2007-09-201-0/+31
| | | | | add test
* MFH: fix/add SKIPIFHannes Magnusson2006-06-271-0/+2
|
* Synch with HEADRob Richards2006-05-102-0/+62
| | | | | | | | add readInnerXML, readOuterXML, readString, and setSchema functionality allow parser options to be passed when loading reader optimization: use xmlTextReader const functions for string properties add test
* - MFH Add testsMarcus Boerger2006-03-304-0/+108
|
* fix #36743 (In a class extending XMLReader array properties are not writable)Antony Dovgal2006-03-171-0/+25
|
* MFH: fix testsRob Richards2006-01-044-2/+7
|
* - MFH: add tests, ~70% coveragePierre Joye2005-12-2114-0/+499