summaryrefslogtreecommitdiff
path: root/tests/FileSystemDriverTest.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/FileSystemDriverTest.php
parent88ee33c51b9696eb9c4b31afeae9487b21c0565f (diff)
Improve tests.
Diffstat (limited to 'tests/FileSystemDriverTest.php')
-rw-r--r--tests/FileSystemDriverTest.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/FileSystemDriverTest.php b/tests/FileSystemDriverTest.php
index a50adcc..2c98091 100644
--- a/tests/FileSystemDriverTest.php
+++ b/tests/FileSystemDriverTest.php
@@ -10,9 +10,6 @@ use Mockery\Adapter\Phpunit\MockeryTestCase;
class FileSystemDriverTest extends MockeryTestCase
{
- /**
- * @throws \Exception
- */
public function testEmergency(): void
{
$data = '';
@@ -22,9 +19,6 @@ class FileSystemDriverTest extends MockeryTestCase
$this->assertStringContainsString("[{$full_date}] FileSystemDriverTest.EMERGENCY: test", $data);
}
- /**
- * @throws \Exception
- */
public function testAlert(): void
{
$data = '';
@@ -34,9 +28,6 @@ class FileSystemDriverTest extends MockeryTestCase
$this->assertStringContainsString("[{$full_date}] FileSystemDriverTest.ALERT: test", $data);
}
- /**
- * @throws \Exception
- */
public function testCritical(): void
{
$data = '';
@@ -46,9 +37,6 @@ class FileSystemDriverTest extends MockeryTestCase
$this->assertStringContainsString("[{$full_date}] FileSystemDriverTest.CRITICAL: test", $data);
}
- /**
- * @throws \Exception
- */
public function testError(): void
{
$data = '';
@@ -58,9 +46,6 @@ class FileSystemDriverTest extends MockeryTestCase
$this->assertStringContainsString("[{$full_date}] FileSystemDriverTest.ERROR: test", $data);
}
- /**
- * @throws \Exception
- */
public function testWarning(): void
{
$data = '';
@@ -70,9 +55,6 @@ class FileSystemDriverTest extends MockeryTestCase
$this->assertStringContainsString("[{$full_date}] FileSystemDriverTest.WARNING: test", $data);
}
- /**
- * @throws \Exception
- */
public function testNotice(): void
{
$data = '';
@@ -82,9 +64,6 @@ class FileSystemDriverTest extends MockeryTestCase
$this->assertStringContainsString("[{$full_date}] FileSystemDriverTest.NOTICE: test", $data);
}
- /**
- * @throws \Exception
- */
public function testInfo(): void
{
$data = '';
@@ -94,9 +73,6 @@ class FileSystemDriverTest extends MockeryTestCase
$this->assertStringContainsString("[{$full_date}] FileSystemDriverTest.INFO: test", $data);
}
- /**
- * @throws \Exception
- */
public function testDebug(): void
{
$data = '';
@@ -106,9 +82,6 @@ class FileSystemDriverTest extends MockeryTestCase
$this->assertStringContainsString("[{$full_date}] FileSystemDriverTest.DEBUG: test", $data);
}
- /**
- * @throws \Exception
- */
public function testMultipleEntries(): void
{
$data = '';