GoogleSpreadsheet\Tests\Google\Spreadsheet\CellFeedTest::testGetXml PHP Method

testGetXml() public method

public testGetXml ( )
    public function testGetXml()
    {
        $feed = new CellFeed($this->getSimpleXMLElement("cell-feed"));
        $this->assertTrue($feed->getXml() instanceof \SimpleXMLElement);
    }