summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/MongoDBHandlerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move to strict mode and fix testsJordi Boggiano2016-05-271-1/+1
|
* Make TestCase class available to dependents to help with testingJordi Boggiano2016-05-201-1/+1
|
* MongoDBHandler only supports ext-mongodb and mongodb/mongodbJeremy Mikola2016-01-211-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 inWill Banfield2016-01-211-2/+35
|
* CS fixesJordi Boggiano2014-10-171-1/+3
|
* Fixes MongoDBHandler unit-testBenjamin Zikarsky2013-12-181-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 MongoDBHandlerJeremy Mikola2012-12-131-0/+8
|
* CS fixesJordi Boggiano2012-06-141-1/+2
|
* Fix up mongo db handler and add testsJordi Boggiano2012-04-221-0/+54