summaryrefslogtreecommitdiff
path: root/tests/LoggrTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LoggrTest.php')
-rw-r--r--tests/LoggrTest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/LoggrTest.php b/tests/LoggrTest.php
index eb2f5ab..a7c3628 100644
--- a/tests/LoggrTest.php
+++ b/tests/LoggrTest.php
@@ -8,9 +8,6 @@ use PHPUnit\Framework\TestCase;
class LoggrTest extends TestCase
{
- /**
- * @throws \Exception
- */
public function testNoDriver(): void
{
$loggr = new Loggr();
@@ -18,9 +15,6 @@ class LoggrTest extends TestCase
$this->assertEquals("Driver or format not set.", $loggr->error);
}
- /**
- * @throws \Exception
- */
public function testNoFormat(): void
{
$loggr = new Loggr(new OutputDriver());