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:
@@ -145,6 +145,7 @@ class RotatingFileHandlerTest extends TestCase
|
|||||||
$this->setExpectedExceptionRegExp(InvalidArgumentException::class, '~^Invalid date format~');
|
$this->setExpectedExceptionRegExp(InvalidArgumentException::class, '~^Invalid date format~');
|
||||||
}
|
}
|
||||||
$handler->setFilenameFormat('{filename}-{date}', $dateFormat);
|
$handler->setFilenameFormat('{filename}-{date}', $dateFormat);
|
||||||
|
$this->assertTrue(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function dateFormatProvider()
|
public function dateFormatProvider()
|
||||||
|
Reference in New Issue
Block a user