Skip to content

Commit ac082e3

Browse files
committed
comparison fix at CIDatabaseTestCase
1 parent 2202b2d commit ac082e3

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)