Skip to content

Commit

Permalink
chore: add APPLICATION_CODE_BUCKET env (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianzimmermann authored Nov 11, 2024
1 parent 2a8a18b commit 6950e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FondOfCodeception/Module/Spryker.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +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', '');
}

/**
Expand Down

0 comments on commit 6950e58

Please sign in to comment.