php-src/ext/tidy/tests
Nikita Popov 3ae995f03c Tweak uncaught exception message display
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.
2015-05-17 18:47:06 +02:00
..
001.phpt
002.phpt
003.phpt
004.phpt Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt 2012-05-21 12:51:24 +02:00
005.html
005.phpt
006.phpt
007.html
007.phpt
008.phpt
009.phpt
010.phpt Refactored tidy (all tests passes) 2014-05-14 16:44:07 +08:00
011.phpt
012.phpt Refactored tidy (all tests passes) 2014-05-14 16:44:07 +08:00
013.html
013.phpt
014.phpt
015.html
015.phpt
016.html
016.phpt
016.tcfg
017.phpt
018.phpt
019.phpt Don't expect a path for tidy_repair_string() and fix the tests 2011-06-12 14:49:10 +00:00
020.phpt
021.phpt
022.phpt Don't expect a path for tidy_repair_string() and fix the tests 2011-06-12 14:49:10 +00:00
023.phpt
024.phpt - force LF (svn prop and config) 2011-09-07 10:14:18 +00:00
025.phpt - force LF (svn prop and config) 2011-09-07 10:14:18 +00:00
026.phpt
027.phpt Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
028.phpt
029.phpt
030.phpt
031.phpt
032.phpt
033.phpt
034.phpt
035.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug54682.phpt Fix bug 61676 ext\tidy\tests\bug54682.phpt fails 2012-04-16 13:38:13 +02:00
bug_50558.phpt
tidy_error.phpt
tidy_error1.phpt