From c7be6204c96b727dcb59af0ace371453821f31e6 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 4 Mar 2016 09:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/buildTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thinkphp/library/think/buildTest.php b/tests/thinkphp/library/think/buildTest.php index 774bf6f0..18241e1a 100644 --- a/tests/thinkphp/library/think/buildTest.php +++ b/tests/thinkphp/library/think/buildTest.php @@ -30,7 +30,7 @@ class buildTest extends \PHPUnit_Framework_TestCase // Test generation module 'demo' => [ '__file__' => ['common.php'], - '__dir__' => ['behavior', 'controller', 'model', 'view'], + '__dir__' => ['behavior', 'controller', 'model', 'view', 'service'], 'controller' => ['Index', 'Test', 'UserType'], 'model' => ['User', 'UserType'], 'service' => ['User', 'UserType'],