mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
CS fixes
This commit is contained in:
@@ -24,7 +24,7 @@ class GelfHandlerLegacyTest extends TestCase
|
||||
$this->markTestSkipped("mlehner/gelf-php not installed");
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/GelfMocks.php';
|
||||
require_once __DIR__ . '/GelfMockMessagePublisher.php';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -45,7 +45,7 @@ class GelfHandlerLegacyTest extends TestCase
|
||||
|
||||
protected function getMessagePublisher()
|
||||
{
|
||||
return new MockMessagePublisher('localhost');
|
||||
return new GelfMockMessagePublisher('localhost');
|
||||
}
|
||||
|
||||
public function testDebug()
|
||||
|
Reference in New Issue
Block a user