Elnur Abdurrakhimov
Elnur Abdurrakhimov
Sorry it took me so long to answer. Why don't you just inject the Swiftmailer instance that Symfony SE creates for you?
Start doing microservices, guys. 😉
Can't wait to get this released.
@jkubrynski, I think yes, it makes sense to have it for all producers. Is that a complex thing to implement?
@jkubrynski, any progress on this? :)
That's the way I'm doing it now. I subclass `Behat\Mink\Driver\Goutte\Client` and activate it the following way: ``` yaml parameters: mink.goutte.class: Acme\Goutte\Client ``` But it would be nice to have a...
@stof For me the whole point of using the Mink _bundle_ is to integrate with the Symfony DIC. I don't see a way to do that with PHPUnit-Mink — at...
How am I supposed to populate test data in the database and assert it after interacting with the UI without the container then?
Hmm. I guess I could do it by extending `KernelTestCase`.
Seems like I need to extend `BrowserTestCase` in `aik099/phpunit-mink`. Therefore I won't be able to extend `KernelTestCase`. This bundle still looks like a better solution.