Skip to content

Commit

Permalink
Fix DI config for JsonContext (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesenow authored Oct 4, 2023
1 parent 1461d28 commit 9adabb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ default:
- Elbformat\SymfonyBehatBundle\Context\MailerContext
```
### Mailer
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`
```
when@test:
framework:
Expand Down
1 change: 1 addition & 0 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
$strComp: '@Elbformat\SymfonyBehatBundle\Helper\StringCompare'
Elbformat\SymfonyBehatBundle\Context\JsonContext:
arguments:
$kernel: '@kernel'
$state: '@Elbformat\SymfonyBehatBundle\Browser\State'
$arrayComp: '@Elbformat\SymfonyBehatBundle\Helper\ArrayDeepCompare'
Elbformat\SymfonyBehatBundle\Context\LoggingContext: ~
Expand Down

0 comments on commit 9adabb6

Please sign in to comment.