1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-22 04:43:12 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Benjamin Pentzold
2017-05-22 12:00:08 +02:00
6 changed files with 13 additions and 7 deletions

View File

@@ -553,6 +553,10 @@ class LoggerTest extends \PHPUnit_Framework_TestCase
*/
public function testUseMicrosecondTimestamps($micro, $assert, $assertFormat)
{
if (PHP_VERSION_ID === 70103) {
$this->markTestSkipped();
}
$logger = new Logger('foo');
$logger->useMicrosecondTimestamps($micro);
$handler = new TestHandler;