Browse Source

Fix the broken test

Walther Lalk 9 years ago
parent
commit
0cb1d31942
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Datasource/ConnectionManagerTest.php

+ 1 - 1
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;
     }