30 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko fd596a0b39 Added tests 2018-10-22 16:10:42 +03:00
Florian Orben 352cba6165 Display messages from previous exceptions
This will add the messages of previous exceptions
to the pretty page handler's exception-message area
2018-10-20 18:10:02 +02:00
Gabriel Caruso 891f80083d Refactoring tests 2017-12-12 03:01:58 -02:00
Luis Henrique Mulinari 06bdb879d3 Fix some FQNs, typehints and unused code/vars 2017-10-09 22:25:27 +02:00
Andreas Möller c37aae68fe Fix: Use short array syntax 2016-07-24 19:36:49 +02:00
Flavio Copes 6fe35892a9 Skip test if Error class does not exist 2015-12-14 16:05:57 +01:00
Flavio Copes 068348a648 Add unit test, fails on PHP7 if Inspector::getTrace() requires Exception instead of also allowing Error 2015-12-14 15:21:21 +01:00
John S Long fe32a402b0 Revert changes to InspectorTest 2015-07-14 08:26:47 -05:00
John S Long 14818029f7 Remove exception from imports, correct Throwable doc typehints 2015-07-14 08:11:32 -05:00
John S Long 7ec3444b79 Change Exception to Throwable in documentation 2015-06-14 18:23:43 -05:00
John S Long e47c104d21 Rough changes to get PHP7 working. 2015-05-20 13:40:12 -05:00
Graham Campbell 0346c26963 CS fixes 2014-09-27 11:05:51 +01:00
Denis Sokolov 2c89a358c8 Formatter: fix typo in test in 04a3f9b 2014-05-22 00:45:46 +09:00
Denis Sokolov 04a3f9b8c1 Formatter: a simple test for plain 2014-05-22 00:25:59 +09:00
Denis Sokolov 3f4fc6148c Inspector: correct the order of frame stack with nested exceptions
Fixes #151, corrects d294a7e9.
2014-02-28 12:34:07 +01:00
Denis Sokolov 8f1583cc99 FrameCollection: test that getArray does not modify FrameCollection 2014-02-26 17:51:59 +01:00
Denis Sokolov 0937fed4b4 FrameCollection: implements ArrayAccess 2014-02-26 17:49:30 +01:00
Denis Sokolov 55961257c6 Merge remote-tracking branch 'origin/feature/exception-chaining'
Conflicts:
	src/Whoops/Exception/Inspector.php
2014-02-16 12:53:05 +01:00
Aleksandr Bogdanov d294a7e9ad Prepending exception frame list with previous exception's topmost part that matters for #43 2014-02-04 12:32:04 +01:00
filp d4985c88b3 Fix docblock in FrameTest 2013-08-01 21:25:54 +01:00
filp 5d7acac270 Add initial support for chained exception inspection 2013-06-05 20:35:21 +01:00
filp f563bfd939 Add FrameCollection::map & tests 2013-05-10 20:26:37 +01:00
filp 63e5049ee1 Change FrameCollectionTest::getFrameData visibility to make PHP 5.3 happy 2013-05-10 19:56:50 +01:00
filp 5138d11a18 Add FrameCollection::count, filter & tests 2013-05-10 19:26:40 +01:00
filp 65d80cfcfb Add Frame serialization test 2013-05-10 19:09:00 +01:00
filp fe1c72287a Add FrameCollection tests 2013-05-10 19:02:25 +01:00
filp 0535adaa0f Move FrameIterator to FrameCollection 2013-05-10 18:41:25 +01:00
filp 4df9a0e9e2 Re-structure tests, hopefully shutting-up Travis 2013-03-20 15:46:06 +00: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