mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
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:
parent
2ca849a068
commit
3f72c92226
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ class SqlserverTest extends CakeTestCase {
|
|||
*/
|
||||
public function tearDown() {
|
||||
unset($this->Dbo);
|
||||
unset($this->db);
|
||||
unset($this->model);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue