Skip to content

Commit

Permalink
[Maintenance] Updated mailer config
Browse files Browse the repository at this point in the history
  • Loading branch information
NoResponseMate authored and Zales0123 committed Oct 5, 2022
1 parent ab61828 commit 23eda82
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
1 change: 1 addition & 0 deletions .env.test
Expand Up @@ -8,3 +8,4 @@ JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public-test.pem
JWT_PASSPHRASE=ALL_THAT_IS_GOLD_DOES_NOT_GLITTER_NOT_ALL_THOSE_WHO_WANDER_ARE_LOST
###< lexik/jwt-authentication-bundle ###
MESSENGER_TRANSPORT_DSN=sync://
MAILER_DSN=null://null
1 change: 1 addition & 0 deletions .env.test_cached
Expand Up @@ -9,3 +9,4 @@ JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public-test.pem
JWT_PASSPHRASE=ALL_THAT_IS_GOLD_DOES_NOT_GLITTER_NOT_ALL_THOSE_WHO_WANDER_ARE_LOST
###< lexik/jwt-authentication-bundle ###
MESSENGER_TRANSPORT_DSN=sync://
MAILER_DSN=null://null
6 changes: 0 additions & 6 deletions config/packages/test/framework.yaml
Expand Up @@ -2,9 +2,3 @@ framework:
test: ~
session:
storage_factory_id: session.storage.factory.mock_file
mailer:
dsn: 'null://null'
cache:
pools:
test.mailer_pool:
adapter: cache.adapter.filesystem
6 changes: 4 additions & 2 deletions config/packages/test/mailer.yaml
@@ -1,3 +1,5 @@
framework:
mailer:
dsn: 'null://null'
cache:
pools:
test.mailer_pool:
adapter: cache.adapter.filesystem
5 changes: 2 additions & 3 deletions config/packages/test_cached/mailer.yaml
@@ -1,3 +1,2 @@
framework:
mailer:
dsn: 'null://null'
imports:
- { resource: "../test/mailer.yaml" }

0 comments on commit 23eda82

Please sign in to comment.