mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 22:26:41 +02:00
CS fixes
This commit is contained in:
@@ -83,7 +83,7 @@ class StreamHandlerTest extends TestCase
|
||||
array(array('bogus://url')),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @dataProvider invalidArgumentProvider
|
||||
* @expectedException InvalidArgumentException
|
||||
@@ -93,7 +93,7 @@ class StreamHandlerTest extends TestCase
|
||||
{
|
||||
$handler = new StreamHandler($invalidArgument);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @expectedException UnexpectedValueException
|
||||
* @covers Monolog\Handler\StreamHandler::__construct
|
||||
|
Reference in New Issue
Block a user