mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 12:17:35 +02:00
Skipping DateTime microsecond test in PHP 7.1.3, because of https://bugs.php.net/bug.php?id=74258
This commit is contained in:
@@ -553,6 +553,10 @@ class LoggerTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
public function testUseMicrosecondTimestamps($micro, $assert, $assertFormat)
|
public function testUseMicrosecondTimestamps($micro, $assert, $assertFormat)
|
||||||
{
|
{
|
||||||
|
if (PHP_VERSION_ID === 70103) {
|
||||||
|
$this->markTestSkipped();
|
||||||
|
}
|
||||||
|
|
||||||
$logger = new Logger('foo');
|
$logger = new Logger('foo');
|
||||||
$logger->useMicrosecondTimestamps($micro);
|
$logger->useMicrosecondTimestamps($micro);
|
||||||
$handler = new TestHandler;
|
$handler = new TestHandler;
|
||||||
|
Reference in New Issue
Block a user