mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-30 09:50:26 +02:00
Fix a ton of tests for latest phpunit and turn faked-stream tests into real network tests with a local server
This commit is contained in:
@@ -43,7 +43,7 @@ class GelfHandlerTest extends TestCase
|
||||
|
||||
protected function getMessagePublisher()
|
||||
{
|
||||
return $this->getMock('Gelf\Publisher', ['publish'], [], '', false);
|
||||
return $this->createMock('Gelf\Publisher', ['publish'], [], '', false);
|
||||
}
|
||||
|
||||
public function testDebug()
|
||||
|
Reference in New Issue
Block a user