mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 06:12:48 +08:00
更新modelTest类数据库连接信息
This commit is contained in:
@@ -22,10 +22,12 @@ class modelTest extends \PHPUnit_Framework_TestCase
|
||||
public function getConfig()
|
||||
{
|
||||
$config = [
|
||||
'type' => 'mysql',
|
||||
'database' => 'test',
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'connection' => [
|
||||
'type' => 'mysql',
|
||||
'database' => 'test',
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
],
|
||||
];
|
||||
return $config;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user