diff options
Diffstat (limited to 'tests/ErrorHandlerTest.php')
-rw-r--r-- | tests/ErrorHandlerTest.php | 6 |
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 { |