This PR was merged into the 2.1-dev branch.
Discussion
----------
Commits
-------
3f02ad3b58 Mention friends-of-behat forks of Mink-related repositories in the docs
This PR was merged into the 2.1-dev branch.
Discussion
----------
If you need Symfony 3.4 support, I'd recommend using `v2.0.*` releases, supporting two major Symfony versions is enough maintenance work 🎉
Commits
-------
fcf957dc5a Remove support for Symfony 3.4
This PR was merged into the 2.1-dev branch.
Discussion
----------
Commits
-------
e37704744c Add safety check for SymfonyDriverFactory to make sure BrowserKitDriver is installed
f08d450cdf Document "behat.driver.service_container" service
This PR was merged into the 2.1-dev branch.
Discussion
----------
Waiting for Behat to support Symfony 5.
Commits
-------
fbe3fb6c5e Add support for Symfony 4.4 and 5.0; remove for 4.2 and 4.3
This PR was merged into the 2.0 branch.
Discussion
----------
With definition, that has been used instead of reference, container has used to created 2 instances of initializer: one with service id, and one "anonymous", described by spl_object_hash in a container, it broke stateful initializers: in my case initializer was also used to reset state before next scenario/example, and initializing and resetting happened with different instances of initializer.
If the fix and test are OK, let me know if you want me to cherry-pick the fix onto master and created additional pull request for master.
Commits
-------
06104478cc Fix referencing context initializers
With definition, that has been used instead of reference, container has
used to created 2 instances of initializer: one with service id, and one
"anonymous", described by spl_object_hash in a container, it breaked
stateful initializers: in my case initializer was also used to reset
state before next scenario/example, and initializing and resetting happened
with different instances of initializer
This PR was merged into the 2.0 branch.
Discussion
----------
Commits
-------
15f70c0a14 Fix the build & add tests for Symfony 4.3 and 4.4
5519b92883 Add conflict with symfony/stopwatch ^5.0
This PR was merged into the 2.1-dev branch.
Discussion
----------
There's already a service for BrowserKit's client, this PR adds acceptance scenarios and autowires it. The architecture might need some rework after introducing Panther support.
Commits
-------
ab61dbaa39 Provide simple BrowserKit integration
This PR was merged into the 2.1-dev branch.
Discussion
----------
Updated docs in order to be consistent with `composer.json` file
Commits
-------
708b71997c Update README.md
* 2.0:
Minor improvements to CI config
Fix docs to reflect extension configuration: change 'kernel.file' to 'kernel.path'
Use right namespace for service definition