mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 11:51:32 +02:00
Code cleanups
This commit is contained in:
@@ -65,7 +65,7 @@ class MailHandlerTest extends TestCase
|
||||
|
||||
$record = $this->getRecord();
|
||||
$records = [$record];
|
||||
$records[0]['formatted'] = '['.$record['datetime'].'] test.WARNING: test [] []'."\n";
|
||||
$records[0]['formatted'] = '['.$record->datetime.'] test.WARNING: test [] []'."\n";
|
||||
|
||||
$handler->expects($this->once())
|
||||
->method('send')
|
||||
|
Reference in New Issue
Block a user