lithium\tests\cases\data\source\http\adapter\CouchDbTest::testAllMethodsNoConnection PHP 메소드

testAllMethodsNoConnection() 공개 메소드

    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());
    }