GoogleSpreadsheet\Tests\Google\Spreadsheet\UtilTest::testGetLinkHrefException PHP Method

testGetLinkHrefException() public method

    public function testGetLinkHrefException()
    {
        $xml = $this->getSimpleXMLElement("worksheet");
        $expected = "https://spreadsheets.google.com/feeds/worksheets/tA3TdJ0RIVEem3xQZhG2Ceg/private/full/od8";
        Util::getLinkHref($xml, "selfie");
    }