1
0
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:
Jordi Boggiano
2014-02-23 16:06:45 +01:00
parent 9752bd8c86
commit 6b81ac8153
3 changed files with 5 additions and 12 deletions

View File

@@ -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");
}