@@ -2,6 +2,9 @@
namespace Monolog\Handler;
+/**
+ * @requires extension sockets
+ */
class SyslogUdpHandlerTest extends \PHPUnit_Framework_TestCase
{
/**
@@ -4,6 +4,9 @@ namespace Monolog\Handler;
use Monolog\TestCase;
class UdpSocketTest extends TestCase
public function testWeDoNotSplitShortMessages()