去除modelTest

This commit is contained in:
thinkphp
2016-04-05 17:38:48 +08:00
parent dffcd7df1e
commit 8dac37dd0e
2 changed files with 0 additions and 529 deletions

View File

@@ -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');
}