Skip to content

Commit 21a22c6

Browse files
committed
Minor README updates
- Remove warning now that we are approaching alpha - Most of these badges don't mean anything, or we've stopped using them - Update running the tests
1 parent bda6f5e commit 21a22c6

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# PHongo (PHP MongoDB driver)
22

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-
133
The purpose of this driver is to provide a thin glue between MongoDB
144
and PHP, implementing only fundamental and performance-critical components
155

@@ -52,7 +42,9 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
5242
To execute the driver's test suite:
5343

5444
```
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
5648
```
5749

5850
Some tests depend on userland PHP libraries (e.g. creating data fixtures) and

0 commit comments

Comments
 (0)