Skip to content

Commit

Permalink
Fix the broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed Jan 23, 2017
1 parent 2f2cbbd commit 0cb1d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Datasource/ConnectionManagerTest.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0cb1d31

Please sign in to comment.