Skip to content

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

Merged
nicolasmure merged 1 commit intomasterfrom
fix/env-vars-usage
Jun 18, 2019
Merged

[RFR] Define env vars in .env file only#615
nicolasmure merged 1 commit intomasterfrom
fix/env-vars-usage

Conversation

@nicolasmure
Copy link
Copy Markdown
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