修改单元测试

This commit is contained in:
thinkphp
2016-06-16 12:29:35 +08:00
parent faeef16f58
commit 3fd9f0bc13

View File

@@ -51,11 +51,6 @@ class loaderTest extends \PHPUnit_Framework_TestCase
Loader::db('mysql://root@127.0.0.1/test#utf8');
}
public function testInstance()
{
Loader::instance('\think\Validate');
}
public function testImport()
{
$this->assertEquals(true, Loader::import('think.log.driver.Sae'));