mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 07:32:48 +08:00
修正
This commit is contained in:
@@ -30,7 +30,7 @@ class buildTest extends \PHPUnit_Framework_TestCase
|
|||||||
// Test generation module
|
// Test generation module
|
||||||
'demo' => [
|
'demo' => [
|
||||||
'__file__' => ['common.php'],
|
'__file__' => ['common.php'],
|
||||||
'__dir__' => ['behavior', 'controller', 'model', 'view'],
|
'__dir__' => ['behavior', 'controller', 'model', 'view', 'service'],
|
||||||
'controller' => ['Index', 'Test', 'UserType'],
|
'controller' => ['Index', 'Test', 'UserType'],
|
||||||
'model' => ['User', 'UserType'],
|
'model' => ['User', 'UserType'],
|
||||||
'service' => ['User', 'UserType'],
|
'service' => ['User', 'UserType'],
|
||||||
|
|||||||
Reference in New Issue
Block a user