Skip to content

Commit d9fd9d5

Browse files
authored
Merge pull request #7302 from kenjis/test-Forge-modifyColumn-null
test: Forge::modifyColumn() and null
2 parents 51d9e40 + 0e86d4c commit d9fd9d5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/system/Database/Live/ForgeTest.php

-10
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)