mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 18:30:15 +02:00
avoid test suites failed with Fatal error when sockets extension is not available
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
namespace Monolog\Handler;
|
||||
|
||||
/**
|
||||
* @requires extension sockets
|
||||
*/
|
||||
class SyslogUdpHandlerTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user