Skip to content

Commit

Permalink
Fixing last failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 28, 2014
1 parent dc839a1 commit 0515b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/Fixture/FixtureManager.php
Expand Up @@ -287,7 +287,7 @@ public function loadSingle($name, $db = null, $dropTables = true) {
}

if (!in_array($db->configName(), (array)$fixture->created)) {
$this->_setupTable($fixture, $db, $test->dropTables);
$this->_setupTable($fixture, $db, $dropTables);
}
$fixture->truncate($db);
$fixture->insert($db);
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase/Console/Command/Task/ModelTaskTest.php
Expand Up @@ -97,6 +97,7 @@ protected function _setupOtherMocks() {
public function tearDown() {
parent::tearDown();
unset($this->Task);
$this->fixtureManager->shutDown();
}

/**
Expand Down

0 comments on commit 0515b86

Please sign in to comment.