From ef0d4cef1e9ae5dec453b122080b243f4b900a10 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Wed, 19 Apr 2017 22:28:45 +0200 Subject: [PATCH] Update test to use new method --- tests/TestCase/Log/Engine/ConsoleLogTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/Log/Engine/ConsoleLogTest.php b/tests/TestCase/Log/Engine/ConsoleLogTest.php index 17e8d324645..3f2ba14e3d9 100644 --- a/tests/TestCase/Log/Engine/ConsoleLogTest.php +++ b/tests/TestCase/Log/Engine/ConsoleLogTest.php @@ -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([