Skip to content

Commit 5c8bab8

Browse files
committed
Fix Travis test
1 parent 39d4e8e commit 5c8bab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PhpWord/Tests/Writer/Word2007/Part/DocumentTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function testElements()
6868
$section = $phpWord->addSection();
6969
$section->addTOC();
7070
$section->addPageBreak();
71+
$section->addText('After page break.');
7172
$section->addTitle('Title 1', 1);
7273
$section->addListItem('List Item 1', 0);
7374
$section->addListItem('List Item 2', 0);

0 commit comments

Comments
 (0)