Skip to content

Commit

Permalink
chore: use testing env for code bucket as default (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianzimmermann authored Nov 11, 2024
1 parent 6950e58 commit 374df4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FondOfCodeception/Module/Spryker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 374df4d

Please sign in to comment.