mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Stop deleting the migrations table during testing
This commit is contained in:
parent
e9732f1862
commit
17d3ce3859
@ -163,6 +163,8 @@ class CIDatabaseTestCase extends CIUnitTestCase
|
||||
|
||||
foreach ($tables as $table)
|
||||
{
|
||||
if ($table = $this->db->DBPrefix.'migrations') continue;
|
||||
|
||||
$forge->dropTable($table, true);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user