We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d4e8e commit 5c8bab8Copy full SHA for 5c8bab8
tests/PhpWord/Tests/Writer/Word2007/Part/DocumentTest.php
@@ -68,6 +68,7 @@ public function testElements()
68
$section = $phpWord->addSection();
69
$section->addTOC();
70
$section->addPageBreak();
71
+ $section->addText('After page break.');
72
$section->addTitle('Title 1', 1);
73
$section->addListItem('List Item 1', 0);
74
$section->addListItem('List Item 2', 0);
0 commit comments