thephpleague / monga

Simple and swift MongoDB abstraction.
MIT License
331 stars 30 forks source link

Use local db to test hasDatabase #35

Closed bcrowe closed 8 years ago

bcrowe commented 8 years ago

Refs https://github.com/thephpleague/monga/issues/32

ftassi commented 8 years ago

:+1: nice one. Wouldn't be even better to create a DB during setUp() and test that DB instead?