Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update test to use new method
  • Loading branch information
Michael Hoffmann committed Apr 19, 2017
1 parent e9a6f99 commit ef0d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Log/Engine/ConsoleLogTest.php
Expand Up @@ -76,7 +76,7 @@ public function testDefaultOutputAs()
$output = $this->getMockBuilder('Cake\Console\ConsoleOutput')->getMock();

$output->expects($this->at(0))
->method('outputAs')
->method('setOutputAs')
->with($expected);

$log = new ConsoleLog([
Expand Down

0 comments on commit ef0d4ce

Please sign in to comment.