1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 22:26:41 +02:00

Remove remaining artifacts from mlehner/gelf-php (#896)

This commit is contained in:
Remon van de Kamp
2016-12-13 15:34:52 +01:00
committed by Jordi Boggiano
parent cab58eb1e5
commit 23c9842285
3 changed files with 1 additions and 121 deletions

View File

@@ -18,7 +18,7 @@ class GelfMessageFormatterTest extends \PHPUnit_Framework_TestCase
public function setUp()
{
if (!class_exists('\Gelf\Message')) {
$this->markTestSkipped("graylog2/gelf-php or mlehner/gelf-php is not installed");
$this->markTestSkipped("graylog2/gelf-php is not installed");
}
}