GoogleSpreadsheet\Tests\Google\Spreadsheet\CellEntryTest::testGetSetPostUrl PHP 메소드

testGetSetPostUrl() 공개 메소드

public testGetSetPostUrl ( )
    public function testGetSetPostUrl()
    {
        $url = "http://google/";
        $this->cellEntry->setPostUrl($url);
        $this->assertEquals($url, $this->cellEntry->getPostUrl());
    }