Remove whitespace

This commit is contained in:
Val Bancer 2018-08-13 14:38:54 +02:00 committed by GitHub
parent b45fe026f5
commit cb23bf9223
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ abstract class CakeTestCase extends PHPUnit_Framework_TestCase {
} }
unset($this->db); unset($this->db);
unset($this->fixtureManager); unset($this->fixtureManager);
unset($this->fixtures); unset($this->fixtures);
unset($this->_configure); unset($this->_configure);
unset($this->_pathRestore); unset($this->_pathRestore);
} }