Skip to content

Commit

Permalink
Removing the unset(->db); since it trigger errors by the Fixture Mana…
Browse files Browse the repository at this point in the history
…ger when it tries to drop the created tables.
  • Loading branch information
renan committed May 24, 2011
1 parent 2ca849a commit 3f72c92
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -281,7 +281,6 @@ public function setUp() {
*/
public function tearDown() {
unset($this->Dbo);
unset($this->db);
unset($this->model);
}

Expand Down

0 comments on commit 3f72c92

Please sign in to comment.