1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-31 18:30:15 +02:00

Removed unnecessary test code and corrected doc style

This commit is contained in:
Theo Kouzelis
2014-09-20 12:05:16 +01:00
parent d52085a32f
commit 9752eb9bf3
2 changed files with 7 additions and 8 deletions

View File

@@ -88,12 +88,10 @@ class StreamHandlerTest extends TestCase
* @dataProvider invalidArgumentProvider
* @expectedException InvalidArgumentException
* @covers Monolog\Handler\StreamHandler::__construct
* @covers Monolog\Handler\StreamHandler::write
*/
public function testWriteInvalidArgument($invalidArgument)
{
$handler = new StreamHandler($invalidArgument);
$handler->handle($this->getRecord());
}
/**