GoogleSpreadsheet\Tests\Google\Spreadsheet\WorksheetFeedTest::testGetByIdException PHP Method

testGetByIdException() public method

    public function testGetByIdException()
    {
        $worksheetFeed = new WorksheetFeed($this->getSimpleXMLElement("worksheet-feed"));
        $this->assertTrue(is_null($worksheetFeed->getById("od7")));
    }