Do not unset $this->fixtures

This commit is contained in:
Val Bancer 2018-08-13 17:13:47 +02:00 committed by GitHub
parent 0e02af091a
commit f5bf22e1e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}