We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b60067 commit efaa41aCopy full SHA for efaa41a
tests/system/Database/Live/SQLite3/GetFieldDataTest.php
@@ -147,5 +147,7 @@ public function testGetFieldData(): void
147
]),
148
json_encode($fields)
149
);
150
+
151
+ $this->forge->dropTable('test1', true);
152
}
153
tests/system/Database/Live/SQLite3/GetIndexDataTest.php
@@ -45,7 +45,6 @@ protected function setUp(): void
45
'database' => 'database.db',
46
'DBDebug' => true,
47
];
48
-
49
$this->db = db_connect($config);
50
$this->forge = Database::forge($config);
51
0 commit comments