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
So all I need is to set DATABASE_NAME variable before starting php -S process. Is there any opportunity to achieve this? Here it is my codeception.yml:
Ok, I need to set environment variable for php process while starting built-in server. This is necessary in order to switch to testing database.
My application config file looks like this:
So all I need is to set
DATABASE_NAME
variable before startingphp -S
process. Is there any opportunity to achieve this? Here it is mycodeception.yml
:The text was updated successfully, but these errors were encountered: