Skip to content

Commit a87717a

Browse files
committed
Fix for footnotes test
1 parent f2ba9a1 commit a87717a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PHPWord/Writer/Word2007/FootnotesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public function testWriteFootnotes()
2929
$footnote->addLink('http://google.com');
3030
$doc = TestHelperDOCX::getDocument($PHPWord);
3131

32-
$this->assertTrue($doc->elementExists("/w:document/w:body/w:p/w:r/w:footnoteReference']"));
32+
$this->assertTrue($doc->elementExists("/w:document/w:body/w:p/w:r/w:footnoteReference"));
3333
}
3434
}

0 commit comments

Comments
 (0)