lithium\tests\cases\data\source\http\adapter\CouchDbTest::testEnabled PHP Method

testEnabled() public method

public testEnabled ( )
    public function testEnabled()
    {
        $this->assertEqual(CouchDb::enabled(), true);
        $this->assertEqual(CouchDb::enabled('arrays'), true);
        $this->assertEqual(CouchDb::enabled('transactions'), false);
        $this->assertEqual(CouchDb::enabled('booleans'), true);
        $this->assertEqual(CouchDb::enabled('relationships'), false);
    }