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

Merge pull request #412 from llaville/master

avoid test suites failed with Fatal error when sockets extension is not available
This commit is contained in:
Jordi Boggiano
2014-09-10 16:16:40 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
namespace Monolog\Handler;
/**
* @requires extension sockets
*/
class SyslogUdpHandlerTest extends \PHPUnit_Framework_TestCase
{
/**

View File

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