mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-30 18:00:17 +02:00
Upgrade PHPUnit to v8
This commit is contained in:
@@ -18,10 +18,11 @@ class GroupHandlerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Monolog\Handler\GroupHandler::__construct
|
||||
* @expectedException InvalidArgumentException
|
||||
*/
|
||||
public function testConstructorOnlyTakesHandler()
|
||||
{
|
||||
$this->expectException(\InvalidArgumentException::class);
|
||||
|
||||
new GroupHandler([new TestHandler(), "foo"]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user