Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to strict mode and fix tests | Jordi Boggiano | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | Make TestCase class available to dependents to help with testing | Jordi Boggiano | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | MongoDBHandler only supports ext-mongodb and mongodb/mongodb | Jeremy Mikola | 2016-01-21 | 1 | -56/+36 |
| | | | | The legacy driver (i.e. ext-mongo) is not supported on PHP 7, so there is no reason to leave behind its supporting code. | ||||
* | Add case for if manager is passed in | Will Banfield | 2016-01-21 | 1 | -2/+35 |
| | |||||
* | CS fixes | Jordi Boggiano | 2014-10-17 | 1 | -1/+3 |
| | |||||
* | Fixes MongoDBHandler unit-test | Benjamin Zikarsky | 2013-12-18 | 1 | -1/+1 |
| | | | | | | On systems with mongo-ext but no MongoDB on localhost the unit- tests are failing. This commit disables the constructor execution for the Mongo-mock, so no connection-error is generated. | ||||
* | Support MongoClient in MongoDBHandler | Jeremy Mikola | 2012-12-13 | 1 | -0/+8 |
| | |||||
* | CS fixes | Jordi Boggiano | 2012-06-14 | 1 | -1/+2 |
| | |||||
* | Fix up mongo db handler and add tests | Jordi Boggiano | 2012-04-22 | 1 | -0/+54 |