This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 277
Add a factory to use BrowserKit with HttpClient directly #382
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR was merged into the 2.1.x-dev branch. Discussion ---------- Commits ------- 9efd51a Upgrade this package to 2020's standards
This PR was merged into the 2.1.x-dev branch. Discussion ---------- Commits ------- 9239ca7 Support PHP 8.0
This PR was merged into the 2.1.x-dev branch. Discussion ---------- behatch/contexts relies on your fork (thanks for fixing PHP compability!), but in one project we still use Symfony 3.4 (LTS). This adds compatibility with that. Would be great if a minor version could be released with this so I can remove my fork that now publish a version we use with a repository override in composer.json ``` "repositories": [ { "type": "vcs", "url": "https://github.com/johanwilfer/MinkExtension" } ], ``` Commits ------- 4613f91 Update composer.json a0559e1 Update composer.json f4c2fcf Update composer.json
…dev) This PR was merged into the 2.1.x-dev branch. Discussion ---------- It adds the capability to configure a new key 'prefs' to chrome configuration. We need this to configure the default directory download of chrome. > example: Behat\MinkExtension: sessions: chrome: selenium2: browser: chrome capabilities: ..... chrome: switches: - "start-fullscreen" - "start-maximized" - "no-sandbox" - "headless" prefs: download: default_directory: etc/downloads Commits ------- c9bc6c9 add prefs node to chrome configuration
This PR was merged into the 2.1.x-dev branch. Discussion ---------- Commits ------- 2b77bf6 Add tests for Symfony 3.4, 5.1 and 5.2
Add Symfony 6 and PHP 8.1 support
Fix deprecated use of ReflectionParameter::getClass for php 8
marionette capability should be optional
Fixes the following deprecation: rtrim(): Passing null to parameter FriendsOfBehat#1 ($string) of type string is deprecated in vendor/friends-of-behat/mink-extension/src/Behat/MinkExtension/Context/RawMinkContext.php line 144
PHP 8.1 > Always pass `string` to `rtrim`
Disregard – wrong repo, this one seems dead. Additionally, FriendsOfBehat#14 is exactly the same code written by someone else. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.