From 086d719dc61d2c531e0b9fa51678b8e2f34dafdb Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Fri, 15 Nov 2024 17:22:24 +0200 Subject: Improve tests. --- tests/LoggrTest.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/LoggrTest.php') 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()); -- cgit v1.2.3