Extends
lithium\test\UnitSource
public function testGoodConnectionBadDatabase() {
$this->expectException('Could not connect to the database.');
$db = new MongoDb(array('database' => null, 'autoConnnect' => false));
}
public function testGoodConnectionBadDatabase() {
$this->expectException('Could not connect to the database.');
$db = new MongoDb(array('database' => null, 'autoConnnect' => false));
}