GoogleSpreadsheet\Tests\Google\Spreadsheet\ListEntryTest::testGetEditUrl PHP 메소드

testGetEditUrl() 공개 메소드

public testGetEditUrl ( )
    public function testGetEditUrl()
    {
        $listFeed = new ListFeed($this->getSimpleXMLElement("list-feed"));
        $listEntry = current($listFeed->getEntries());
        $this->assertEquals("https://spreadsheets.google.com/feeds/list/G3345eEsfsk60/od6/private/full/cokwr/bnkj8i7jo6c", $listEntry->getEditUrl());
    }