lithium\tests\cases\data\source\MongoDbTest::testEnabled PHP Метод

testEnabled() публичный Метод

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