Switch back to the original behat/mink-browserkit-driver

This commit is contained in:
Matthias Pigulla
2022-11-28 07:30:10 +00:00
parent 764fa7861d
commit 9c7de27625
2 changed files with 3 additions and 3 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, [