Jordi Boggiano 8 лет назад
Родитель
Сommit
eba07cbad2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tests/Monolog/Handler/RotatingFileHandlerTest.php

+ 1 - 0
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()