mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
CS fixes, refs #326
This commit is contained in:
@@ -20,7 +20,7 @@ class GelfHandlerLegacyTest extends TestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
if (!class_exists('\Gelf\MessagePublisher') || !class_exists('\Gelf\Message')) {
|
||||
if (!class_exists('Gelf\MessagePublisher') || !class_exists('Gelf\Message')) {
|
||||
$this->markTestSkipped("mlehner/gelf-php not installed");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user