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 1c01a8b commit bde86e9Copy full SHA for bde86e9
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