mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Rolling back table-drop fixture change until it can be made compatible with all databases
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6985 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
2a0f5dd041
commit
4eedbd536c
1 changed files with 0 additions and 1 deletions
|
@ -354,7 +354,6 @@ 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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue