2
0
Эх сурвалжийг харах

Avoid assertion-free test

Jordi Boggiano 8 жил өмнө
parent
commit
eba07cbad2

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