diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-15 17:22:24 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-15 17:22:24 +0200 |
| commit | 086d719dc61d2c531e0b9fa51678b8e2f34dafdb (patch) | |
| tree | d7b7c2a097dea2b16213992f7a8ab01b2494dee9 /tests/LoggrTest.php | |
| parent | 88ee33c51b9696eb9c4b31afeae9487b21c0565f (diff) | |
Improve tests.
Diffstat (limited to 'tests/LoggrTest.php')
| -rw-r--r-- | tests/LoggrTest.php | 6 |
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()); |
