diff --git a/tests/Monolog/Handler/RotatingFileHandlerTest.php b/tests/Monolog/Handler/RotatingFileHandlerTest.php index 9075aa2e..1eb64139 100644 --- a/tests/Monolog/Handler/RotatingFileHandlerTest.php +++ b/tests/Monolog/Handler/RotatingFileHandlerTest.php @@ -145,6 +145,7 @@ class RotatingFileHandlerTest extends TestCase $this->setExpectedExceptionRegExp(InvalidArgumentException::class, '~^Invalid date format~'); } $handler->setFilenameFormat('{filename}-{date}', $dateFormat); + $this->assertTrue(true); } public function dateFormatProvider()