Skip to content

Commit

Permalink
More blind coding, pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 30, 2014
1 parent 9b43ecc commit e487f67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/Database/ConnectionTest.php
Expand Up @@ -27,7 +27,6 @@ class ConnectionTest extends TestCase {
public function setUp() {
parent::setUp();
$this->connection = ConnectionManager::get('test');
$this->connection->execute('DROP TABLE IF EXISTS things');
}

public function tearDown() {
Expand Down

0 comments on commit e487f67

Please sign in to comment.