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 1
1
# Contributing to the PHP Driver for MongoDB
2
2
3
- ## Building from VCS (GitHub)
3
+ ## Building from Source
4
4
5
5
Developers 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:
7
7
8
8
```
9
9
$ git clone https://github.com/mongodb/mongo-php-driver.git
@@ -23,9 +23,9 @@ make clean > /dev/null && make all > /dev/null && make install
23
23
24
24
## Testing
25
25
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:
29
29
30
30
```
31
31
{
@@ -57,9 +57,8 @@ $ make test-bootstrap # Starts the mongod servers within the test VM
57
57
```
58
58
59
59
The ` 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:
63
62
64
63
```
65
64
$ make test # Executes the test suite against the VMs
You can’t perform that action at this time.
0 commit comments