Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 30, 2014
1 parent a84246b commit f7fd3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/ConnectionTest.php
Expand Up @@ -28,7 +28,7 @@ class ConnectionTest extends TestCase {

public function setUp() {
$this->connection = ConnectionManager::get('test');
$this->skipIf($this->connection()->driver() instanceof \Cake\Database\Driver\Sqlite);
$this->skipIf($this->connection->driver() instanceof \Cake\Database\Driver\Sqlite);
parent::setUp();
}

Expand Down

0 comments on commit f7fd3d2

Please sign in to comment.