mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +02:00
Restore ability to continue using mlehner/gelf-php in test
Was previously broken by a coding standard commit 392ef35fd4
This commit is contained in:
@@ -23,6 +23,8 @@ class GelfHandlerLegacyTest extends TestCase
|
||||
if (!class_exists('Gelf\MessagePublisher') || !class_exists('Gelf\Message')) {
|
||||
$this->markTestSkipped("mlehner/gelf-php not installed");
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/GelfMocks.php';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user