mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-29 11:26:09 +01:00
Fix phpunit deprecations
This commit is contained in:
@@ -77,12 +77,11 @@ class LogEntriesHandlerTest extends TestCase
|
||||
|
||||
$this->handler->expects($this->any())
|
||||
->method('fsockopen')
|
||||
->will($this->returnValue($this->res));
|
||||
->willReturn($this->res);
|
||||
$this->handler->expects($this->any())
|
||||
->method('streamSetTimeout')
|
||||
->will($this->returnValue(true));
|
||||
->willReturn(true);
|
||||
$this->handler->expects($this->any())
|
||||
->method('closeSocket')
|
||||
->will($this->returnValue(true));
|
||||
->method('closeSocket');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user