Removing the unset(->db); since it trigger errors by the Fixture Manager when it tries to drop the created tables.

This commit is contained in:
Renan Gonçalves 2011-05-24 19:56:45 +02:00
parent 2ca849a068
commit 3f72c92226

View file

@ -281,7 +281,6 @@ class SqlserverTest extends CakeTestCase {
*/ */
public function tearDown() { public function tearDown() {
unset($this->Dbo); unset($this->Dbo);
unset($this->db);
unset($this->model); unset($this->model);
} }