Skip to content

Commit

Permalink
Pushing change in file that I forgot in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 17, 2013
1 parent 86c1749 commit f82983c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cake/Test/TestCase/Database/Driver/MysqlTest.php
Expand Up @@ -63,7 +63,6 @@ public function testConnectionConfigDefault() {
PDO::ATTR_PERSISTENT => true,
PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => true,
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
PDO::MYSQL_ATTR_INIT_COMMAND => ''
];
$driver->expects($this->once())->method('_connect')
->with($expected);
Expand Down

0 comments on commit f82983c

Please sign in to comment.