doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Tests Fail #10

Closed jonmchan closed 11 years ago

jonmchan commented 12 years ago

PHPUnit tests currently do not work. I get the following error:

PHP Fatal error: Call to undefined method Mock_Mongo_7158d1b0::selectDB() in key-value-store/lib/Doctrine/KeyValueStore/Storage/MongoDbStorage.php on line 79

beberlei commented 11 years ago

This is fixed now.