File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11# Contributing to the PHP Driver for MongoDB
22
3- ## Building from VCS (GitHub)
3+ ## Building from Source
44
55Developers who would like to contribute to the driver will need to build it from
6- VCS . The repository may be initialized with:
6+ source . The repository may be initialized with:
77
88```
99$ git clone https://github.com/mongodb/mongo-php-driver.git
@@ -23,9 +23,9 @@ make clean > /dev/null && make all > /dev/null && make install
2323
2424## Testing
2525
26- The test suites expects to find ` PHONGO-SERVERS.json ` in the system temp
27- directory (e.g. ` /tmp ` ). This file should contain JSON object with MONGODB URIs,
28- similar to the following template :
26+ The test suite expects to find ` PHONGO-SERVERS.json ` in the system temp
27+ directory (e.g. ` /tmp ` ). This file should contain a JSON object with MongoDB
28+ URIs and resemble the following:
2929
3030```
3131{
@@ -57,9 +57,8 @@ $ make test-bootstrap # Starts the mongod servers within the test VM
5757```
5858
5959The ` test-bootstrap ` make target also generates the required
60- ` PHONGO-SERVERS.json ` file.
61-
62- The ` test ` make target may be used to execute the test suite:
60+ ` PHONGO-SERVERS.json ` file. The ` test ` make target may be used to execute the
61+ test suite:
6362
6463```
6564$ make test # Executes the test suite against the VMs
You can’t perform that action at this time.
0 commit comments