Skip to content

Commit

Permalink
Switch back to the original behat/mink-browserkit-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Nov 28, 2022
1 parent 764fa78 commit 9c7de27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"symfony/proxy-manager-bridge": "^4.4 || ^5.3 || ^6.0"
},
"require-dev": {
"behat/mink-browserkit-driver": "^2.0",
"behat/mink-selenium2-driver": "^1.3",
"friends-of-behat/mink": "^1.9",
"friends-of-behat/mink-browserkit-driver": "^1.5",
"friends-of-behat/mink-extension": "^2.5",
"friends-of-behat/page-object-extension": "^0.3.2",
"friends-of-behat/service-container-extension": "^1.1",
Expand All @@ -32,8 +32,8 @@
"vimeo/psalm": "4.15.0"
},
"suggest": {
"behat/mink-browserkit-driver": "^2.0",
"friends-of-behat/mink": "^1.9",
"friends-of-behat/mink-browserkit-driver": "^1.5",
"friends-of-behat/mink-extension": "^2.5"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/Driver/Factory/SymfonyDriverFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function configure(ArrayNodeDefinition $builder): void
public function buildDriver(array $config): Definition
{
if (!class_exists(BrowserKitDriver::class)) {
throw new \RuntimeException('Install "friends-of-behat/mink-browserkit-driver" (drop-in replacement for "behat/mink-browserkit-driver") in order to use the "symfony" driver.');
throw new \RuntimeException('Install "behat/mink-browserkit-driver" in order to use the "symfony" driver.');
}

return new Definition(SymfonyDriver::class, [
Expand Down

0 comments on commit 9c7de27

Please sign in to comment.