summaryrefslogtreecommitdiff
path: root/tests/LoggrTest.php
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-15 17:22:24 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-15 17:22:24 +0200
commit086d719dc61d2c531e0b9fa51678b8e2f34dafdb (patch)
treed7b7c2a097dea2b16213992f7a8ab01b2494dee9 /tests/LoggrTest.php
parent88ee33c51b9696eb9c4b31afeae9487b21c0565f (diff)
Improve tests.
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());