lithium\tests\cases\data\source\MongoDbTest::testEnabled PHP Method

testEnabled() public method

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