1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-19 11:21:27 +02:00

Remove const

This commit is contained in:
snapshotpl
2014-04-03 22:14:21 +02:00
parent ea6b428f83
commit 180313742e
2 changed files with 4 additions and 7 deletions

View File

@@ -120,7 +120,7 @@ class WildfireFormatterTest extends \PHPUnit_Framework_TestCase
'level_name' => 'ERROR',
'channel' => 'table-channel',
'context' => array(
WildfireFormatter::CONTEXT_TABLE_KEY => array(
'table' => array(
array('col1', 'col2', 'col3'),
array('val1', 'val2', 'val3'),
array('foo1', 'foo2', 'foo3'),