mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-01 10:50:21 +02:00
code cleanups as suggested by @stof
This commit is contained in:
@@ -30,9 +30,8 @@ class GelfHandlerTest extends TestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
if (!class_exists("Gelf\MessagePublisher"))
|
||||
{
|
||||
$this->markTestSkipped("https://github.com/mlehner/gelf-php not installed");
|
||||
if (!class_exists("Gelf\MessagePublisher")) {
|
||||
$this->markTestSkipped("mlehner/gelf-php not installed");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user