createSection(); $section->addText('Text'); $footnote = $section->createFootnote(); $footnote->addText('Footnote'); $footnote->addLink('http://google.com'); $doc = TestHelperDOCX::getDocument($phpWord); $this->assertTrue($doc->elementExists("/w:document/w:body/w:p/w:r/w:footnoteReference")); } }