1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 14:46:46 +02:00

Avoid assertion-free test

This commit is contained in:
Jordi Boggiano
2017-06-19 00:59:11 +02:00
parent 0273c31996
commit eba07cbad2

View File

@@ -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()