aboutsummaryrefslogtreecommitdiff
path: root/tests/LoggerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LoggerTest.php')
-rw-r--r--tests/LoggerTest.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/LoggerTest.php b/tests/LoggerTest.php
index eb237ce..5536864 100644
--- a/tests/LoggerTest.php
+++ b/tests/LoggerTest.php
@@ -388,4 +388,10 @@ class LoggerTest extends FilesTest
[4, new Exception('Test 4'), 'Test 4', 0],
];
}
+
+ protected function tearDown(): void
+ {
+ parent::tearDown();
+ Logger::close();
+ }
}