mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-24 06:52:34 +01:00
avoid test suites failed with Fatal error when sockets extension is not available
This commit is contained in:
parent
12545cda2f
commit
0d1a23e7fc
@ -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;
|
||||
|
||||
/**
|
||||
* @requires extension sockets
|
||||
*/
|
||||
class UdpSocketTest extends TestCase
|
||||
{
|
||||
public function testWeDoNotSplitShortMessages()
|
||||
|
Loading…
x
Reference in New Issue
Block a user