File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
# PHongo (PHP MongoDB driver)
2
2
3
- [ ![ Coverage Status] ( https://coveralls.io/repos/bjori/phongo/badge.png?branch=master )] ( https://coveralls.io/r/bjori/phongo?branch=master )
4
- [ ![ Build Status] ( https://travis-ci.org/10gen-labs/mongo-php-driver-prototype.svg?branch=master )] ( https://travis-ci.org/10gen-labs/mongo-php-driver-prototype )
5
- [ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/2600/badge.svg )] ( https://scan.coverity.com/projects/2600 )
6
-
7
- > * Note* : This project is highly experimental and various parts are
8
- non-functional. Please do not even think about using this in production.
9
- Development progress is being tracked in the
10
- [ pecl-prototype] ( https://jira.mongodb.org/browse/PHP/component/13249 ) component
11
- of the MongoDB PHP driver's JIRA project.
12
-
13
3
The purpose of this driver is to provide a thin glue between MongoDB
14
4
and PHP, implementing only fundamental and performance-critical components
15
5
@@ -52,7 +42,9 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
52
42
To execute the driver's test suite:
53
43
54
44
```
55
- $ make test
45
+ $ make vm # requires vagrant (www.vagrantup.com)
46
+ $ make test-bootstrap # Spins up mongod's in the virtual machines
47
+ $ make test # Executes the test suite against the virtual machines
56
48
```
57
49
58
50
Some tests depend on userland PHP libraries (e.g. creating data fixtures) and
You can’t perform that action at this time.
0 commit comments