We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ba9a1 commit a87717aCopy full SHA for a87717a
Tests/PHPWord/Writer/Word2007/FootnotesTest.php
@@ -29,6 +29,6 @@ public function testWriteFootnotes()
29
$footnote->addLink('http://google.com');
30
$doc = TestHelperDOCX::getDocument($PHPWord);
31
32
- $this->assertTrue($doc->elementExists("/w:document/w:body/w:p/w:r/w:footnoteReference']"));
+ $this->assertTrue($doc->elementExists("/w:document/w:body/w:p/w:r/w:footnoteReference"));
33
}
34
0 commit comments