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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,7 @@ The `phpunit.xml.dist` file is used as the default configuration file for the
35
35
test suite. In addition to various PHPUnit options, it defines environment
36
36
variables such as `MONGODB_URI` and `MONGODB_DATABASE`. You may customize
37
37
this configuration by creating your own `phpunit.xml` file based on the
38
-
`phpunit.xml.dist` file we provide. To run the tests in serverless mode, set the
39
-
`MONGODB_IS_SERVERLESS` environment variable to `on`.
38
+
`phpunit.xml.dist` file we provide.
40
39
41
40
To run tests against a cluster that requires authentication, either include the
42
41
credentials in the connection string (i.e. `MONGODB_URI`) or set the
@@ -66,12 +65,6 @@ The following environment variable is used for [stable API testing](https://gith
66
65
which will then be specified as the `serverApi` driver option for clients
67
66
created by the test suite.
68
67
69
-
The following environment variable is used for [serverless testing](https://github.com/mongodb/specifications/blob/master/source/serverless-testing/README.rst):
70
-
71
-
*`MONGODB_IS_SERVERLESS`: Specify a true boolean string
if `MONGODB_URI` points to a serverless instance. Defaults to false.
74
-
75
68
The following environment variables are used for [load balancer testing](https://github.com/mongodb/specifications/blob/master/source/load-balancers/tests/README.rst):
76
69
77
70
*`MONGODB_SINGLE_MONGOS_LB_URI`: Connection string to a load balancer backed
0 commit comments