Skip to content

Commit b49cb51

Browse files
committed
fix error on unittest when re-do
1 parent 26a1a71 commit b49cb51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/Database/Live/ForgeTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ public function testCompositeKey()
3939
$keys = $this->db->getIndexData('forge_test_1');
4040
$this->assertEquals($keys[0]->fields, ['id']);
4141
$this->assertEquals($keys[1]->fields, ['code', 'company']);
42+
43+
$this->forge->dropTable('forge_test_1', true);
4244
}
4345
}

0 commit comments

Comments
 (0)