diff --git a/src/FondOfCodeception/Module/Spryker.php b/src/FondOfCodeception/Module/Spryker.php index 0f7d135..cfd2b98 100644 --- a/src/FondOfCodeception/Module/Spryker.php +++ b/src/FondOfCodeception/Module/Spryker.php @@ -237,7 +237,7 @@ protected function initEnvironment(): void defined('APPLICATION_ROOT_DIR') || define('APPLICATION_ROOT_DIR', $this->getPathToRootDirectory()); defined('APPLICATION_VENDOR_DIR') || define('APPLICATION_VENDOR_DIR', APPLICATION_ROOT_DIR . '/vendor'); defined('APPLICATION_SOURCE_DIR') || define('APPLICATION_SOURCE_DIR', APPLICATION_ROOT_DIR . '/src'); - defined('APPLICATION_CODE_BUCKET') || define('APPLICATION_CODE_BUCKET', ''); + defined('APPLICATION_CODE_BUCKET') || define('APPLICATION_CODE_BUCKET', Environment::TESTING); } /**