mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user