Commit Graph

33 Commits

Author SHA1 Message Date
Shakir El Amrani 30fa50c046 feat: support frame filters 2023-02-19 15:09:19 +00:00
Denis Sokolov 9695df05dc tests: minor changes in exception null values 2021-09-19 12:00:00 +00:00
Lode Claassen 051070dddb allow to customize the exit code send in cli context 2021-03-19 16:38:24 +01:00
Graham Campbell e82fa73c0e Fixed tests 2020-10-09 23:44:52 +01:00
Denis Sokolov 48810fbdb5 removeFirstHandler and removeLastHandler 2019-12-29 12:00:00 +02:00
Denis Sokolov f2eb7d6d42 appendHandler and prependHandler 2019-12-25 12:00:00 +02:00
Denis Sokolov 8957f6fb70 Revert "feat!: add append and prepend handler instead of reverse execution"
This reverts commit f41c4a2a5a.
2019-12-25 12:00:00 +02:00
Thomas Flori f41c4a2a5a feat!: add append and prepend handler instead of reverse execution
BREAKING CHANGE: since "pushHandler()" was actually prepending handlers
it is now an alias for prependHandler but "popHandler()" is still
removing the last handler.
2019-06-22 08:59:57 +02:00
Luis Henrique Mulinari f553230e79 Add some tests 2016-10-23 18:20:00 -02:00
Andreas Möller c37aae68fe Fix: Use short array syntax 2016-07-24 19:36:49 +02:00
Théo FIDRY a9d343d75e Fix tests 2016-03-13 12:26:51 +00:00
Théo FIDRY 7054419685 Add RunInterface
Closes #390.
2016-03-12 13:29:53 +00:00
Markus Staab 6a82df42df error-code should be wrapped in ErrorException->severity. fixes #267. 2015-03-13 10:41:22 +01:00
Matias Griese fa66cb6c00 Fix #262: Silenced errors won't fill error_get_last() array 2015-02-17 14:42:26 +02:00
Graham Campbell 0346c26963 CS fixes 2014-09-27 11:05:51 +01:00
Rick Wong f203b0489c Specify correct delimiter for preg_quote() call. 2014-04-11 16:46:02 +02:00
Denis 029bb2be5a Testing: fix typo in 8a5a7bd3 2014-02-17 14:23:00 +02:00
Denis 8780bc9f09 Testing: enable more tests on HHVM using native Exceptions 2014-02-17 13:49:42 +02:00
Graham Campbell c515730f12 Improved hhvm support 2014-02-17 10:45:48 +00:00
Denis Sokolov adb0b51542 Document why testing the register method does not work 2013-11-06 17:35:12 +01:00
Denis Sokolov 8a5a7bd3c2 Allow catching PHP errors 2013-10-10 14:11:59 +02:00
filp 8bdce73986 Return correct http status code & message, fix #87 2013-08-06 22:57:14 +01:00
filp a43ff35401 Multiple CS/PHPDoc fixes 2013-07-15 21:40:35 +01:00
filp fbf201b57f Merge #75 - send HTTP status code 2013-07-15 21:30:48 +01:00
Denis Sokolov 1cf8483ba2 Fix incomplete tests 2013-07-15 19:02:45 +02:00
Denis Sokolov b0e6294d31 Run: sendHttpCode 2013-07-15 19:00:04 +02:00
Denis Sokolov 13148b12c7 silenceErrorsInPaths 2013-07-11 18:13:07 +02:00
filp 71ec6e3981 Improve Whoops\Run test coverage 2013-04-24 19:05:28 +01:00
filp 69a01d955b Fix typo and add tests 2013-04-24 16:54:10 +01:00
filp 4df9a0e9e2 Re-structure tests, hopefully shutting-up Travis 2013-03-20 15:46:06 +00:00
Jesper Ek a5f8bf24de Respect error_reporting and support error suppression using @-operator. 2013-03-19 11:00:08 +01:00
filp d20bee0c99 Update code-base to 'Whoops' 2013-03-17 12:31:50 +00:00
filp 8e26d0869b Update file structure (Damnit -> Whoops) 2013-03-17 12:30:26 +00:00