mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 13:31:38 +08:00
去除modelTest
This commit is contained in:
@@ -51,13 +51,6 @@ class loaderTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
public function testTable()
|
||||
{
|
||||
Loader::table('', [
|
||||
'connection' => [
|
||||
'type' => 'mysql',
|
||||
'database' => 'test',
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
]]);
|
||||
Loader::db('mysql://root@127.0.0.1/test#utf8');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user