liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
473 stars 65 forks source link

Use MongoDB\Client as adapter base connection #150

Open matlar83 opened 4 years ago

matlar83 commented 4 years ago

MongoDB adapter use Doctrine\MongoDB\Connection as the base connection class.

This class belongs to the doctrine/mongodb project that is discontinued.

This PR updates the MongoDB adapter to use the MongoDB\Client class as base connection in order to use it with the new doctrine/mongodb-odm project