Skip to content

Commit a5958bd

Browse files
committed
remove unused variable on ForgeTest
1 parent 4900d7a commit a5958bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Database/Live/ForgeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ public function testDropKey()
15131513
public function testAddTextColumnWithConstraint()
15141514
{
15151515
// some DBMS do not allow a constraint for type TEXT
1516-
$result = $this->forge->addColumn('user', [
1516+
$this->forge->addColumn('user', [
15171517
'text_with_constraint' => ['type' => 'text', 'constraint' => 255, 'default' => ''],
15181518
]);
15191519

0 commit comments

Comments
 (0)