mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
avoid test suites failed with Fatal error when sockets extension is not available
This commit is contained in:
@@ -4,6 +4,9 @@ namespace Monolog\Handler;
|
||||
|
||||
use Monolog\TestCase;
|
||||
|
||||
/**
|
||||
* @requires extension sockets
|
||||
*/
|
||||
class UdpSocketTest extends TestCase
|
||||
{
|
||||
public function testWeDoNotSplitShortMessages()
|
||||
|
Reference in New Issue
Block a user