diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/LoggerTest.php | 6 |
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(); + } } |