mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 12:47:39 +02:00
CS fixer
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
namespace Monolog\Handler;
|
namespace Monolog\Handler;
|
||||||
|
|
||||||
use Monolog\Logger;
|
|
||||||
use Monolog\TestCase;
|
use Monolog\TestCase;
|
||||||
|
|
||||||
class NativeMailerHandlerTest extends TestCase
|
class NativeMailerHandlerTest extends TestCase
|
||||||
|
@@ -38,12 +38,14 @@ class RavenHandlerTest extends TestCase
|
|||||||
protected function getHandler($ravenClient)
|
protected function getHandler($ravenClient)
|
||||||
{
|
{
|
||||||
$handler = new RavenHandler($ravenClient);
|
$handler = new RavenHandler($ravenClient);
|
||||||
|
|
||||||
return $handler;
|
return $handler;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getRavenClient()
|
protected function getRavenClient()
|
||||||
{
|
{
|
||||||
$dsn = 'http://43f6017361224d098402974103bfc53d:a6a0538fc2934ba2bed32e08741b2cd3@marca.python.live.cheggnet.com:9000/1';
|
$dsn = 'http://43f6017361224d098402974103bfc53d:a6a0538fc2934ba2bed32e08741b2cd3@marca.python.live.cheggnet.com:9000/1';
|
||||||
|
|
||||||
return new MockRavenClient($dsn);
|
return new MockRavenClient($dsn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
namespace Monolog\Handler;
|
namespace Monolog\Handler;
|
||||||
|
|
||||||
use Monolog\Logger;
|
|
||||||
use Monolog\TestCase;
|
use Monolog\TestCase;
|
||||||
|
|
||||||
class ZendMonitorHandlerTest extends TestCase
|
class ZendMonitorHandlerTest extends TestCase
|
||||||
|
Reference in New Issue
Block a user