From 0e86d4cba3b86c5247bd2471588142aeef5b06d5 Mon Sep 17 00:00:00 2001 From: kenjis Date: Fri, 24 Feb 2023 16:13:06 +0900 Subject: [PATCH] test: add test for Fore::modifyColumn() and null --- tests/system/Database/Live/ForgeTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/system/Database/Live/ForgeTest.php b/tests/system/Database/Live/ForgeTest.php index 5eb9d3ba85fd..778c54ab3d1a 100644 --- a/tests/system/Database/Live/ForgeTest.php +++ b/tests/system/Database/Live/ForgeTest.php @@ -1285,11 +1285,6 @@ public function testModifyColumnRename() public function testModifyColumnNullTrue() { - // @TODO remove this in `4.4` branch - if ($this->db->DBDriver === 'SQLSRV') { - $this->markTestSkipped('SQLSRV does not support getFieldData() nullable.'); - } - $this->forge->dropTable('forge_test_modify', true); $this->forge->addField([ @@ -1319,11 +1314,6 @@ public function testModifyColumnNullTrue() public function testModifyColumnNullFalse() { - // @TODO remove this in `4.4` branch - if ($this->db->DBDriver === 'SQLSRV') { - $this->markTestSkipped('SQLSRV does not support getFieldData() nullable.'); - } - $this->forge->dropTable('forge_test_modify', true); $this->forge->addField([