From 0ea0835e0515cd881a880db2d5179fcb47c7cc22 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 4 Mar 2016 09:25:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BBuild=E7=B1=BB=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/buildTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/thinkphp/library/think/buildTest.php b/tests/thinkphp/library/think/buildTest.php index e3dcf18b..774bf6f0 100644 --- a/tests/thinkphp/library/think/buildTest.php +++ b/tests/thinkphp/library/think/buildTest.php @@ -33,6 +33,7 @@ class buildTest extends \PHPUnit_Framework_TestCase '__dir__' => ['behavior', 'controller', 'model', 'view'], 'controller' => ['Index', 'Test', 'UserType'], 'model' => ['User', 'UserType'], + 'service' => ['User', 'UserType'], 'view' => ['index/index'], ], ];