Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/#6177-log-processor-tests-indentation-cs'
Browse files Browse the repository at this point in the history
Close #6177
  • Loading branch information
Ocramius committed Apr 29, 2014
2 parents 80bb20e + a07fe0d commit bce45c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/ZendTest/Log/Processor/RequestIdTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ public function testProcess()
$processor = new RequestId();

$event = array(
'timestamp' => '',
'priority' => 1,
'priorityName' => 'ALERT',
'message' => 'foo',
'extra' => array()
'timestamp' => '',
'priority' => 1,
'priorityName' => 'ALERT',
'message' => 'foo',
'extra' => array(),
);

$eventA = $processor->process($event);
Expand Down

0 comments on commit bce45c4

Please sign in to comment.