GoogleSpreadsheet\Tests\Google\Spreadsheet\CellFeedTest::testGetPostUrl PHP Méthode

testGetPostUrl() public méthode

public testGetPostUrl ( )
    public function testGetPostUrl()
    {
        $feed = new CellFeed($this->getSimpleXMLElement("cell-feed"));
        $this->assertEquals("https://spreadsheets.google.com/feeds/cells/15L06yklgflGRDjnN-VvhGYOoVLCH40DJoW5fFiqSTc5U/od6/private/full", $feed->getPostUrl());
    }