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

testAllMethodsNoConnection() public method

    public function testAllMethodsNoConnection()
    {
        $this->assertNotEmpty($this->_db->connect());
        $this->assertNotEmpty($this->_db->disconnect());
        $this->assertEmpty($this->_db->get());
        $this->assertEmpty($this->_db->post());
        $this->assertEmpty($this->_db->put());
    }