summaryrefslogtreecommitdiffstats
path: root/tests/ErrorHandlerTest.php
diff options
context:
space:
mode:
authorArnold Daniels <arnold@jasny.net>2017-01-03 22:27:47 +0100
committerArnold Daniels <arnold@jasny.net>2017-01-03 22:27:47 +0100
commitac34b91af334058bede75652f1872e75a0fff623 (patch)
tree399dab583411452adda670e095ec4f4ad2d3944c /tests/ErrorHandlerTest.php
parent63ec91cda3794f07da8eb8b0ef4aaff08e342a08 (diff)
downloaderror-handler-ac34b91af334058bede75652f1872e75a0fff623.zip
error-handler-ac34b91af334058bede75652f1872e75a0fff623.tar.gz
error-handler-ac34b91af334058bede75652f1872e75a0fff623.tar.bz2
Split up ErrorHandler class into traits
Diffstat (limited to 'tests/ErrorHandlerTest.php')
-rw-r--r--tests/ErrorHandlerTest.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/ErrorHandlerTest.php b/tests/ErrorHandlerTest.php
index e6372d3..46776fc 100644
--- a/tests/ErrorHandlerTest.php
+++ b/tests/ErrorHandlerTest.php
@@ -11,8 +11,12 @@ use PHPUnit_Framework_MockObject_Matcher_InvokedCount as InvokedCount;
/**
* @covers Jasny\ErrorHandler
- * @covers Jasny\ErrorHandler\ErrorCodes
* @covers Jasny\ErrorHandler\Logging
+ * @covers Jasny\ErrorHandler\ErrorCodes
+ * @covers Jasny\ErrorHandler\HandleUncaughtError
+ * @covers Jasny\ErrorHandler\HandleShutdownError
+ * @covers Jasny\ErrorHandler\HandleUncaughtException
+ * @covers Jasny\ErrorHandler\FunctionWrapper
*/
class ErrorHandlerTest extends \PHPUnit_Framework_TestCase
{