Extends
lithium\test\UnitSource
public function testEnabled() {
$this->assertTrue(MongoDb::enabled());
$this->assertTrue(MongoDb::enabled('arrays'));
$this->assertTrue(MongoDb::enabled('booleans'));
$this->assertTrue(MongoDb::enabled('relationships'));
}