diff options
Diffstat (limited to 'tests/Monolog/Handler/GelfHandlerTest.php')
-rw-r--r-- | tests/Monolog/Handler/GelfHandlerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Monolog/Handler/GelfHandlerTest.php b/tests/Monolog/Handler/GelfHandlerTest.php index bc06fa3..6e38ce6 100644 --- a/tests/Monolog/Handler/GelfHandlerTest.php +++ b/tests/Monolog/Handler/GelfHandlerTest.php @@ -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() |