This commit is contained in:
thinkphp
2016-03-04 09:31:00 +08:00
parent 0ea0835e05
commit c7be6204c9

View File

@@ -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'],