mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 14:46:46 +02:00
CS fixes
This commit is contained in:
@@ -29,12 +29,12 @@ class ZendMonitorHandlerTest extends TestCase
|
||||
public function testWrite()
|
||||
{
|
||||
$record = $this->getRecord();
|
||||
$formatterResult = array(
|
||||
$formatterResult = [
|
||||
'message' => $record['message'],
|
||||
);
|
||||
];
|
||||
|
||||
$zendMonitor = $this->getMockBuilder('Monolog\Handler\ZendMonitorHandler')
|
||||
->setMethods(array('writeZendMonitorCustomEvent', 'getDefaultFormatter'))
|
||||
->setMethods(['writeZendMonitorCustomEvent', 'getDefaultFormatter'])
|
||||
->getMock();
|
||||
|
||||
$formatterMock = $this->getMockBuilder('Monolog\Formatter\NormalizerFormatter')
|
||||
|
Reference in New Issue
Block a user