Symfony2Extension
Symfony2Extension copied to clipboard
Symfony2 extension for Behat
In the simplest case where you make only one request to your app - access to the services in the container from Behat context file works, but once you make...
Hello, I have a strange behavior with POST tests with my API and Behat. My project is a symfony2 project. I have an entity with a token field which is...
I am using Symfony2Extension with a new installation of Symfony 5.1 with PHP 7.3 I tried to launch vendor/bin/behat I have my feature displayed but with an error ``` In...
requires: https://github.com/Behat/MinkExtension/pull/355
Hi, I just discover a small difference between access `getContainer` from the `KernelDictionary::getContainer()`. If I understand correctly, the kernel is rebooted [after each scenario](https://github.com/Behat/Symfony2Extension/blob/31258ea704144c2cd55db1ce58de000c5d59a77b/src/Behat/Symfony2Extension/Context/Initializer/KernelAwareInitializer.php#L68-L72) or [if we call an http...
Bug fix: yes. After #141, the new default value for kernel `bootstrap` and `path` options is `null`, but, unlike for `bootstrap`, the processing of `path` doesn't check for emptiness, thus...
Hi, just updated my project from symfony 4.3 to symfony 5.0, but behat/symfony2-extension doesn't seem to be working with. ``` "require": { "php": "^7.2.5", "ext-ctype": "*", "ext-iconv": "*", "sensio/framework-extra-bundle": "^5.1",...
I upgraded my api-platform project from 2.4.2 to 2.5.3, im not exactly sure where the different behavior from the behat-extension comes from, but i found that: on the older version,...
This is small fix for situation when there is no `test.client` in container. For example this can happen when application is started in `prod` environment.
Is there a way to use symfony/panther with Behat? If no, what would be needed to add it?