File tree 1 file changed +0
-10
lines changed
tests/system/Database/Live
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1285,11 +1285,6 @@ public function testModifyColumnRename()
1285
1285
1286
1286
public function testModifyColumnNullTrue ()
1287
1287
{
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
-
1293
1288
$ this ->forge ->dropTable ('forge_test_modify ' , true );
1294
1289
1295
1290
$ this ->forge ->addField ([
@@ -1319,11 +1314,6 @@ public function testModifyColumnNullTrue()
1319
1314
1320
1315
public function testModifyColumnNullFalse ()
1321
1316
{
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
-
1327
1317
$ this ->forge ->dropTable ('forge_test_modify ' , true );
1328
1318
1329
1319
$ this ->forge ->addField ([
You can’t perform that action at this time.
0 commit comments