Skip to content

Commit d73dc99

Browse files
committed
docs: add @todo
1 parent 6621b5a commit d73dc99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/system/Database/Live/ForgeTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@ public function testModifyColumnRename()
12801280

12811281
public function testModifyColumnNullTrue()
12821282
{
1283+
// @TODO remove this in `4.4` branch
12831284
if ($this->db->DBDriver === 'SQLSRV') {
12841285
$this->markTestSkipped('SQLSRV does not support getFieldData() nullable.');
12851286
}
@@ -1313,6 +1314,7 @@ public function testModifyColumnNullTrue()
13131314

13141315
public function testModifyColumnNullFalse()
13151316
{
1317+
// @TODO remove this in `4.4` branch
13161318
if ($this->db->DBDriver === 'SQLSRV') {
13171319
$this->markTestSkipped('SQLSRV does not support getFieldData() nullable.');
13181320
}

0 commit comments

Comments
 (0)