Applied patch by 'adj', closes #4637

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6957 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
the_undefined 2008-05-19 07:10:15 +00:00
parent c3d266e27d
commit c269f5c383

View file

@ -354,6 +354,7 @@ class CakeTestCase extends UnitTestCase {
function start() {
if (isset($this->_fixtures) && isset($this->db)) {
foreach ($this->_fixtures as $fixture) {
$fixture->drop($this->db);
$fixture->create($this->db);
}
}