-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Add environment variables for running test suite. #9717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add environment variables for running test suite. #9717
Conversation
Related original PR #9669 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, just two minor nits! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry but you removed the line in the wrong .env.dist
file, please see the "Files changed" tab 😊 I requested the change on the .ddev/.env.dist
. Thanks in advance 🚀
Hi @dennisameling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thank you! 🚀
We can add that to 3.3.2 right ? I can label it |
Let's keep it as a bug, since it affects developers who are cloning Mautic from GitHub and using DDEV to contribute to it. 3.3.2 is fine 👍🏼 |
Changed the base to 3.3 for merging in 3.3.2 - if all tests pass we should be good to go but it may well need to be rebased @mohit-rocks ! |
081083e
to
ea54bd4
Compare
@mohit-rocks if you have a moment can you rebase this for the features branch if we are to merge it in Mautic 4? Thanks! |
ea54bd4
to
16bb2b8
Compare
As this has not yet been rebased we will have to get this into a later release. |
Add base environment variables file. Update setup file to copy it at appropriate place.
16bb2b8
to
56e3424
Compare
Add base environment variables file.
Update setup file to copy it at appropriate place.
Description:
Adding sample environment variables that can be picked up while running PHPUnit test cases on local.
Steps to test this PR:
sh .ddev/mautic-setup.sh
.env.dist
from.ddev
folder to the main folder of the project.