GoogleSpreadsheet\Tests\Google\Spreadsheet\UtilTest::testGetLinkHrefException PHP 메소드

testGetLinkHrefException() 공개 메소드

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