From 0cb1d3194294fd6ba317ce3ea05cd47801e10d4b Mon Sep 17 00:00:00 2001 From: Walther Lalk Date: Mon, 23 Jan 2017 16:05:05 +0200 Subject: [PATCH] Fix the broken test --- tests/TestCase/Datasource/ConnectionManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/Datasource/ConnectionManagerTest.php b/tests/TestCase/Datasource/ConnectionManagerTest.php index 1958fc562dd..ebd37864652 100644 --- a/tests/TestCase/Datasource/ConnectionManagerTest.php +++ b/tests/TestCase/Datasource/ConnectionManagerTest.php @@ -24,7 +24,7 @@ class FakeConnection * * @param array $config configuration for connecting to database */ - public function __construct($config) + public function __construct($config = []) { $this->_config = $config; }