mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Обновлены тесты для всех форм, что отправляли письма
This commit is contained in:
@@ -9,6 +9,9 @@ return [
|
||||
'namespace' => 'tests\codeception\common\fixtures',
|
||||
],
|
||||
],
|
||||
'params' => [
|
||||
'fromEmail' => 'ely@ely.by',
|
||||
],
|
||||
'components' => [
|
||||
'urlManager' => [
|
||||
'showScriptName' => true,
|
||||
@@ -20,6 +23,9 @@ return [
|
||||
'amqp' => [
|
||||
'class' => tests\codeception\common\_support\amqp\TestComponent::class,
|
||||
],
|
||||
'queue' => [
|
||||
'class' => tests\codeception\common\_support\queue\Queue::class,
|
||||
],
|
||||
'sentry' => [
|
||||
'enabled' => false,
|
||||
],
|
||||
|
Reference in New Issue
Block a user