From 3fd9f0bc13f433b6edcb14312f25c28eaf0622d5 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 16 Jun 2016 12:29:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/loaderTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/thinkphp/library/think/loaderTest.php b/tests/thinkphp/library/think/loaderTest.php index 60d1b441..faa9e434 100644 --- a/tests/thinkphp/library/think/loaderTest.php +++ b/tests/thinkphp/library/think/loaderTest.php @@ -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'));