mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Fix phpunit deprecations
This commit is contained in:
@@ -49,11 +49,11 @@ class ZendMonitorHandlerTest extends TestCase
|
||||
|
||||
$formatterMock->expects($this->once())
|
||||
->method('format')
|
||||
->will($this->returnValue($formatterResult));
|
||||
->willReturn($formatterResult);
|
||||
|
||||
$zendMonitor->expects($this->once())
|
||||
->method('getDefaultFormatter')
|
||||
->will($this->returnValue($formatterMock));
|
||||
->willReturn($formatterMock);
|
||||
|
||||
$zendMonitor->expects($this->once())
|
||||
->method('writeZendMonitorCustomEvent')
|
||||
|
Reference in New Issue
Block a user