We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe3eb3 commit 6589493Copy full SHA for 6589493
1 file changed
rootfs/opt/share/shopware/tests/TestBootstrapper.php
@@ -5,6 +5,8 @@
5
$projectDir = $_SERVER['SHOPWARE_BUILD_DIR'];
6
if (is_readable($projectDir . '/vendor/shopware/core/TestBootstrapper.php')) {
7
require $projectDir . '/vendor/shopware/core/TestBootstrapper.php';
8
+if (is_readable($projectDir . '/src/Core/TestBootstrapper.php')) {
9
+ require $projectDir . '/src/Core/TestBootstrapper.php';
10
} elseif (is_readable(__DIR__ . '/TestBootstrapperFallback.php')) {
11
// For old Shopware versions which do not have the TestBootstrapper we manually need
12
// to set the kernel class
0 commit comments