mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Do not unset $this->fixtures
This commit is contained in:
parent
0e02af091a
commit
f5bf22e1e3
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ abstract class CakeTestCase extends PHPUnit_Framework_TestCase {
|
|||
if (!empty($this->fixtureManager)) {
|
||||
$this->fixtureManager->unload($this);
|
||||
unset($this->fixtureManager);
|
||||
unset($this->fixtures);
|
||||
unset($this->db);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue