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, [