We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1806cfa commit b747ab7Copy full SHA for b747ab7
tests/Fixtures/app/AppKernel.php
@@ -80,7 +80,7 @@ public function registerBundles(): array
80
$bundles[] = new FriendsOfBehatSymfonyExtensionBundle();
81
}
82
83
- if (class_exists(DoctrineMongoDBBundle::class)) {
+ if (extension_loaded('mongodb') && class_exists(DoctrineMongoDBBundle::class)) {
84
$bundles[] = new DoctrineMongoDBBundle();
85
86
0 commit comments