Skip to content
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

[RFR] Define env vars in .env file only #615

Merged
merged 1 commit into from
Jun 18, 2019
Merged

Conversation

nicolasmure
Copy link
Contributor

@nicolasmure nicolasmure commented Jun 11, 2019

The tests are using env vars to run. These env vars are storing the
credentials to the different backends.

For the CI, these env vars are set on the project settings (on travis
for instance).

For the development of Gaufrette, and considering the merge of #580,
the tests should be ran using docker.
The docker setup uses env vars defined in .env files, so we no longer
need to define such vars in the phpunit.xml file.

The tests are using env vars to run. These env vars are storing the
credentials to the different backends.

For the CI, these env vars are set on the project settings (on travis
for instance).

For the development of Gaufrette, and considering the merge of (#580),
the tests should be ran using docker.
The docker setup uses env vars defined in .env files, so we no longer
need to define such vars in the phpunit.xml file.
@nicolasmure nicolasmure requested a review from akerouanton June 11, 2019 13:56
@nicolasmure nicolasmure merged commit 350f0f6 into master Jun 18, 2019
@nicolasmure nicolasmure deleted the fix/env-vars-usage branch June 18, 2019 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants