Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Meyer committed Apr 6, 2017
1 parent ae1a487 commit c5dea9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/TestCase/Database/Driver/SqlserverTest.php
Expand Up @@ -67,6 +67,12 @@ public function testConnectionConfigCustom()
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
PDO::SQLSRV_ATTR_ENCODING => 'a-language'
];
$expected['attributes'] = [];
$expected['app'] = null;
$expected['connectionPooling'] = null;
$expected['failoverPartner'] = null;
$expected['loginTimeout'] = null;
$expected['multiSubnetFailover'] = null;

$connection = $this->getMockBuilder('stdClass')
->setMethods(['exec', 'quote'])
Expand Down

0 comments on commit c5dea9b

Please sign in to comment.