File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
tests/system/Database/Live Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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 ([
You can’t perform that action at this time.
0 commit comments