Skip to content

Commit 902127c

Browse files
committed
check for installer class
1 parent 94f05a3 commit 902127c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_support/Helper/PimcoreBundleCore.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function installBundle($settings)
4747
$bundleName = getenv('TEST_BUNDLE_NAME');
4848
$installerClass = getenv('TEST_BUNDLE_INSTALLER_CLASS');
4949

50-
if ($installerClass === false) {
50+
if ($installerClass === false || $installerClass === 'false') {
5151
return;
5252
}
5353

0 commit comments

Comments
 (0)