Fix for footnotes test

This commit is contained in:
Ivan Lanin 2014-03-14 04:39:41 +07:00
parent f2ba9a1d3b
commit a87717a51f
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ class FootnotesTest extends \PHPUnit_Framework_TestCase
$footnote->addLink('http://google.com');
$doc = TestHelperDOCX::getDocument($PHPWord);
$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"));
}
}