From eba07cbad24c3cfb9182b2e7f473925b187b9613 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 19 Jun 2017 00:59:11 +0200 Subject: [PATCH] Avoid assertion-free test --- tests/Monolog/Handler/RotatingFileHandlerTest.php | 1 + 1 file changed, 1 insertion(+) 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()