summaryrefslogtreecommitdiff
path: root/tests/Unit/Exceptions/Handlers/WhoopsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Exceptions/Handlers/WhoopsTest.php')
-rw-r--r--tests/Unit/Exceptions/Handlers/WhoopsTest.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Unit/Exceptions/Handlers/WhoopsTest.php b/tests/Unit/Exceptions/Handlers/WhoopsTest.php
index 67029d4d..f3e9cf32 100644
--- a/tests/Unit/Exceptions/Handlers/WhoopsTest.php
+++ b/tests/Unit/Exceptions/Handlers/WhoopsTest.php
@@ -17,7 +17,11 @@ use Whoops\RunInterface as WhoopsRunnerInterface;
class WhoopsTest extends TestCase
{
/**
- * @covers \Engelsystem\Exceptions\Handlers\Whoops
+ * @covers \Engelsystem\Exceptions\Handlers\Whoops::__construct
+ * @covers \Engelsystem\Exceptions\Handlers\Whoops::render
+ * @covers \Engelsystem\Exceptions\Handlers\Whoops::getPrettyPageHandler
+ * @covers \Engelsystem\Exceptions\Handlers\Whoops::getJsonResponseHandler
+ * @covers \Engelsystem\Exceptions\Handlers\Whoops::getData
*/
public function testRender()
{