We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1461d28 commit 9adabb6Copy full SHA for 9adabb6
2 files changed
README.md
@@ -50,7 +50,7 @@ default:
50
- Elbformat\SymfonyBehatBundle\Context\MailerContext
51
```
52
### Mailer
53
-To make the Test-Mailer work, you need to set the mailer dsn in `config/packages/framework.yaml`
+To make the Test-Mailer work, you need to set the mailer dsn in `config/packages/mailer.yaml`
54
55
when@test:
56
framework:
src/Resources/config/services.yml
@@ -27,6 +27,7 @@ services:
27
$strComp: '@Elbformat\SymfonyBehatBundle\Helper\StringCompare'
28
Elbformat\SymfonyBehatBundle\Context\JsonContext:
29
arguments:
30
+ $kernel: '@kernel'
31
$state: '@Elbformat\SymfonyBehatBundle\Browser\State'
32
$arrayComp: '@Elbformat\SymfonyBehatBundle\Helper\ArrayDeepCompare'
33
Elbformat\SymfonyBehatBundle\Context\LoggingContext: ~
0 commit comments