We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6621b5a commit d73dc99Copy full SHA for d73dc99
1 file changed
tests/system/Database/Live/ForgeTest.php
@@ -1280,6 +1280,7 @@ public function testModifyColumnRename()
1280
1281
public function testModifyColumnNullTrue()
1282
{
1283
+ // @TODO remove this in `4.4` branch
1284
if ($this->db->DBDriver === 'SQLSRV') {
1285
$this->markTestSkipped('SQLSRV does not support getFieldData() nullable.');
1286
}
@@ -1313,6 +1314,7 @@ public function testModifyColumnNullTrue()
1313
1314
1315
public function testModifyColumnNullFalse()
1316
1317
1318
1319
1320
0 commit comments