Unit test for footnotes

This commit is contained in:
Ivan Lanin 2014-03-14 04:36:31 +07:00
parent cd3f74e572
commit f2ba9a1d3b

View File

@ -29,6 +29,6 @@ class FootnotesTest extends \PHPUnit_Framework_TestCase
$footnote->addLink('http://google.com');
$doc = TestHelperDOCX::getDocument($PHPWord);
$this->assertEquals(1, 1);
$this->assertTrue($doc->elementExists("/w:document/w:body/w:p/w:r/w:footnoteReference']"));
}
}