Skip to content

Commit

Permalink
Fixed another namespace issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 16, 2013
1 parent adbbf25 commit cd42a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/TestCase/Database/Driver/SqliteTest.php
Expand Up @@ -34,7 +34,7 @@ class SqliteTest extends TestCase {
* @return void
*/
public function testConnectionConfigDefault() {
$driver = $this->getMock('Cake\Database\driver\Sqlite', ['_connect']);
$driver = $this->getMock('Cake\Database\Driver\Sqlite', ['_connect']);
$expected = [
'persistent' => false,
'database' => ':memory:',
Expand Down

0 comments on commit cd42a35

Please sign in to comment.