We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eff382 commit b5212a0Copy full SHA for b5212a0
CONTRIBUTING.md
@@ -40,7 +40,8 @@ this configuration by creating your own `phpunit.xml` file based on the
40
To run tests against a cluster that requires authentication, either include the
41
credentials in the connection string given in the `MONGODB_URI` environment
42
variable, or set the `MONGODB_USERNAME` and `MONGODB_PASSWORD` environment
43
-variables accordingly.
+variables accordingly. Note that values defined through the environment override
44
+credentials present in the URI.
45
46
By default, the `simple-phpunit` binary chooses the correct PHPUnit version for
47
the PHP version you are running. To run tests against a specific PHPUnit version,
0 commit comments