From b2ad18b0b44faf3b3303a235a2c614774672386b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 29 Mar 2022 16:54:58 +0200 Subject: [PATCH] Suggest the official Mink package to be installed --- src/Driver/Factory/SymfonyDriverFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Driver/Factory/SymfonyDriverFactory.php b/src/Driver/Factory/SymfonyDriverFactory.php index e7b0b18..a09b539 100644 --- a/src/Driver/Factory/SymfonyDriverFactory.php +++ b/src/Driver/Factory/SymfonyDriverFactory.php @@ -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, [