fix test configuration
This commit is contained in:
@ -14,6 +14,10 @@ class Module extends \yii\base\Module
|
||||
* @var bool whether to force email confirmation to.
|
||||
*/
|
||||
public $enableEmailConfirmation = true;
|
||||
/**
|
||||
* @var bool whether to display flash messages or not
|
||||
*/
|
||||
public $enableFlashMessages = true;
|
||||
/**
|
||||
* @var bool whether to generate passwords automatically and remove the password field from the registration form.
|
||||
*/
|
||||
@ -88,4 +92,6 @@ class Module extends \yii\base\Module
|
||||
'recover/<id:\d+>/<code:[A-Za-z0-9_-]+>' => 'recovery/reset',
|
||||
'settings/<action:\w+>' => 'settings/<action>'
|
||||
];
|
||||
|
||||
public $viewPath = '@Da/User/resources/views';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user