File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
tests/PhpWord/Writer/Word2007/Part Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 2020use PhpOffice \PhpWord \Style \Paragraph ;
2121
2222/**
23- * Footnote element
23+ * @codeCoverageIgnore
2424 */
2525class Footnote extends AbstractContainer
2626{
@@ -58,8 +58,6 @@ public function __construct($paragraphStyle = null)
5858 * Get paragraph style
5959 *
6060 * @return string|\PhpOffice\PhpWord\Style\Paragraph
61- *
62- * @codeCoverageIgnore
6361 */
6462 public function getParagraphStyle ()
6563 {
@@ -72,8 +70,6 @@ public function getParagraphStyle()
7270 * @deprecated 0.10.0
7371 *
7472 * @return int
75- *
76- * @codeCoverageIgnore
7773 */
7874 public function getReferenceId ()
7975 {
@@ -86,8 +82,6 @@ public function getReferenceId()
8682 * @deprecated 0.10.0
8783 *
8884 * @param int $rId
89- *
90- * @codeCoverageIgnore
9185 */
9286 public function setReferenceId ($ rId )
9387 {
Original file line number Diff line number Diff line change 2121use PhpOffice \PhpWord \TestHelperDOCX ;
2222
2323/**
24- * Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Notes
25- *
24+ * @coversNothing
2625 * @runTestsInSeparateProcesses
2726 */
2827class FootnotesTest extends \PHPUnit_Framework_TestCase
2928{
30- /**
31- * Executed before each method of the class
32- */
3329 public function tearDown ()
3430 {
3531 TestHelperDOCX::clear ();
3632 }
3733
38- /**
39- * Write footnotes
40- */
4134 public function testWriteFootnotes ()
4235 {
4336 $ phpWord = new PhpWord ();
You can’t perform that action at this time.
0 commit comments