Skip to content

Commit

Permalink
Merge pull request #127 from loic425/feature/swiftmail_spool_for_test
Browse files Browse the repository at this point in the history
Configure swift mailer spool for tests
  • Loading branch information
loic425 authored Mar 4, 2020
2 parents 67d720f + 954f710 commit 470196e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
2 changes: 2 additions & 0 deletions config/packages/test/monofony_core.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
imports:
- { resource: '../../../src/Monofony/Bundle/CoreBundle/Recipe/config/packages/test/monofony_core.yaml' }
3 changes: 0 additions & 3 deletions config/packages/test/swiftmailer.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
swiftmailer:
disable_delivery: true
logging: true
spool:
type: file
path: "%kernel.cache_dir%/spool"
10 changes: 0 additions & 10 deletions config/packages/test/translation.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
swiftmailer:
spool:
type: file
path: "%kernel.cache_dir%/spool"

0 comments on commit 470196e

Please sign in to comment.