Merge pull request #195 from mpdude/official-mink-browserkit

Switch back to the original `behat/mink-browserkit-driver`
This commit is contained in:
Łukasz Chruściel
2023-12-09 13:17:26 +01:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ final class SymfonyDriverFactory implements DriverFactory
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, [