改进Build类测试

This commit is contained in:
thinkphp
2016-03-04 09:25:10 +08:00
parent 420fbde2a0
commit 0ea0835e05

View File

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