You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the nice features of the Laravel framework is to use a separate .env file for testing (.env.test). Could this also be achieved used yii2-dotenv?
I've tried setting this up using the line define('DOTENV_FILE', '.env.test'); in common/config/codeception-local.php and yii-test. Somehow loading of fixtures on the second test seem to keep failing now (empty). It's not 100% clear yet if these are related, I have to add.
Thanks,
Andre
The text was updated successfully, but these errors were encountered:
One of the nice features of the Laravel framework is to use a separate .env file for testing (.env.test). Could this also be achieved used yii2-dotenv?
I've tried setting this up using the line
define('DOTENV_FILE', '.env.test');
in common/config/codeception-local.php and yii-test. Somehow loading of fixtures on the second test seem to keep failing now (empty). It's not 100% clear yet if these are related, I have to add.Thanks,
Andre
The text was updated successfully, but these errors were encountered: