mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
updated tests config to use "database.db" to prove that the patch is working
This commit is contained in:
parent
4f033de404
commit
13b0da0d25
@ -32,7 +32,7 @@ class AlterTableTest extends CIDatabaseTestCase
|
||||
|
||||
$config = [
|
||||
'DBDriver' => 'SQLite3',
|
||||
'database' => ':memory:',
|
||||
'database' => 'database.db',
|
||||
];
|
||||
|
||||
$this->db = db_connect($config);
|
||||
|
@ -49,7 +49,7 @@ $dbconfig = [
|
||||
'hostname' => 'localhost',
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'database' => ':memory:',
|
||||
'database' => 'database.db',
|
||||
'DBDriver' => 'SQLite3',
|
||||
'DBPrefix' => 'db_',
|
||||
'pConnect' => false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user