Skip to content

Commit 46a4ab5

Browse files
authored
Merge pull request #1172 from samsonasik/comparison-fix
comparison fix at CIDatabaseTestCase
2 parents 2202b2d + ac082e3 commit 46a4ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Test/CIDatabaseTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function setUp()
172172

173173
foreach ($tables as $table)
174174
{
175-
if ($table = $this->db->DBPrefix.'migrations') continue;
175+
if ($table == $this->db->DBPrefix.'migrations') continue;
176176

177177
$forge->dropTable($table, true);
178178
}

0 commit comments

Comments
 (0)