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 20
20
use PhpOffice \PhpWord \Style \Paragraph ;
21
21
22
22
/**
23
- * Footnote element
23
+ * @codeCoverageIgnore
24
24
*/
25
25
class Footnote extends AbstractContainer
26
26
{
@@ -58,8 +58,6 @@ public function __construct($paragraphStyle = null)
58
58
* Get paragraph style
59
59
*
60
60
* @return string|\PhpOffice\PhpWord\Style\Paragraph
61
- *
62
- * @codeCoverageIgnore
63
61
*/
64
62
public function getParagraphStyle ()
65
63
{
@@ -72,8 +70,6 @@ public function getParagraphStyle()
72
70
* @deprecated 0.10.0
73
71
*
74
72
* @return int
75
- *
76
- * @codeCoverageIgnore
77
73
*/
78
74
public function getReferenceId ()
79
75
{
@@ -86,8 +82,6 @@ public function getReferenceId()
86
82
* @deprecated 0.10.0
87
83
*
88
84
* @param int $rId
89
- *
90
- * @codeCoverageIgnore
91
85
*/
92
86
public function setReferenceId ($ rId )
93
87
{
Original file line number Diff line number Diff line change 21
21
use PhpOffice \PhpWord \TestHelperDOCX ;
22
22
23
23
/**
24
- * Test class for PhpOffice\PhpWord\Writer\Word2007\Part\Notes
25
- *
24
+ * @coversNothing
26
25
* @runTestsInSeparateProcesses
27
26
*/
28
27
class FootnotesTest extends \PHPUnit_Framework_TestCase
29
28
{
30
- /**
31
- * Executed before each method of the class
32
- */
33
29
public function tearDown ()
34
30
{
35
31
TestHelperDOCX::clear ();
36
32
}
37
33
38
- /**
39
- * Write footnotes
40
- */
41
34
public function testWriteFootnotes ()
42
35
{
43
36
$ phpWord = new PhpWord ();
You can’t perform that action at this time.
0 commit comments