mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
改进Build类测试
This commit is contained in:
@@ -33,6 +33,7 @@ class buildTest extends \PHPUnit_Framework_TestCase
|
|||||||
'__dir__' => ['behavior', 'controller', 'model', 'view'],
|
'__dir__' => ['behavior', 'controller', 'model', 'view'],
|
||||||
'controller' => ['Index', 'Test', 'UserType'],
|
'controller' => ['Index', 'Test', 'UserType'],
|
||||||
'model' => ['User', 'UserType'],
|
'model' => ['User', 'UserType'],
|
||||||
|
'service' => ['User', 'UserType'],
|
||||||
'view' => ['index/index'],
|
'view' => ['index/index'],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user