Skip to content

Commit 0e86d4c

Browse files
committed
test: add test for Fore::modifyColumn() and null
1 parent 51d9e40 commit 0e86d4c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/system/Database/Live/ForgeTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,11 +1285,6 @@ public function testModifyColumnRename()
12851285

12861286
public function testModifyColumnNullTrue()
12871287
{
1288-
// @TODO remove this in `4.4` branch
1289-
if ($this->db->DBDriver === 'SQLSRV') {
1290-
$this->markTestSkipped('SQLSRV does not support getFieldData() nullable.');
1291-
}
1292-
12931288
$this->forge->dropTable('forge_test_modify', true);
12941289

12951290
$this->forge->addField([
@@ -1319,11 +1314,6 @@ public function testModifyColumnNullTrue()
13191314

13201315
public function testModifyColumnNullFalse()
13211316
{
1322-
// @TODO remove this in `4.4` branch
1323-
if ($this->db->DBDriver === 'SQLSRV') {
1324-
$this->markTestSkipped('SQLSRV does not support getFieldData() nullable.');
1325-
}
1326-
13271317
$this->forge->dropTable('forge_test_modify', true);
13281318

13291319
$this->forge->addField([

0 commit comments

Comments
 (0)