We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3201d80 commit df9e369Copy full SHA for df9e369
1 file changed
system/Test/CIDatabaseTestCase.php
@@ -173,6 +173,7 @@ protected function setUp()
173
{
174
$this->migrations->setNamespace($this->namespace);
175
}
176
+ $this->migrations->regress(0, 'tests');
177
178
// Delete all of the tables to ensure we're at a clean start.
179
$tables = $this->db->listTables();
@@ -192,7 +193,6 @@ protected function setUp()
192
193
194
195
- $this->migrations->regress(0, 'tests');
196
$this->migrations->latest('tests');
197
198
0 commit comments