mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Fix test
This commit is contained in:
parent
b2ad447cf1
commit
7717097c96
@ -189,6 +189,10 @@ final class AlterTableTest extends CIUnitTestCase
|
|||||||
// check that composite index was dropped.
|
// check that composite index was dropped.
|
||||||
$this->assertFalse(isset($indexes['actions_category_name']));
|
$this->assertFalse(isset($indexes['actions_category_name']));
|
||||||
|
|
||||||
|
// check that that other keys are present
|
||||||
|
$this->assertTrue(isset($indexes['actions_name']));
|
||||||
|
$this->assertTrue(isset($indexes['actions_created_at']));
|
||||||
|
|
||||||
$this->forge->dropTable('actions');
|
$this->forge->dropTable('actions');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user