Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Fixed unittests for SymfonyConsoleHandler, because we switched from w…
Browse files Browse the repository at this point in the history
…riteln to write
  • Loading branch information
andygrunwald committed Mar 30, 2014
1 parent 2cc4ddc commit dd88054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected function getMockObject($writeLineMessage, $addFormatterMock = true, $h
->will($this->returnValue($formatterMock));

$outputMock->expects($this->once())
->method('writeln')
->method('write')
->with($this->equalTo($writeLineMessage));

return $outputMock;
Expand Down

0 comments on commit dd88054

Please sign in to comment.