Skip to content

Commit

Permalink
Merge pull request #7302 from kenjis/test-Forge-modifyColumn-null
Browse files Browse the repository at this point in the history
test: Forge::modifyColumn() and null
  • Loading branch information
kenjis authored May 1, 2023
2 parents 51d9e40 + 0e86d4c commit d9fd9d5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/system/Database/Live/ForgeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1285,11 +1285,6 @@ public function testModifyColumnRename()

public function testModifyColumnNullTrue()
{
// @TODO remove this in `4.4` branch
if ($this->db->DBDriver === 'SQLSRV') {
$this->markTestSkipped('SQLSRV does not support getFieldData() nullable.');
}

$this->forge->dropTable('forge_test_modify', true);

$this->forge->addField([
Expand Down Expand Up @@ -1319,11 +1314,6 @@ public function testModifyColumnNullTrue()

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

$this->forge->dropTable('forge_test_modify', true);

$this->forge->addField([
Expand Down

0 comments on commit d9fd9d5

Please sign in to comment.