GoogleSpreadsheet\Tests\Google\Spreadsheet\CellEntryTest::testGetSetPostUrl PHP Method

testGetSetPostUrl() public method

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