From 5c8bab8ce30a668759b10e905f00ce3169498aa7 Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Sun, 18 May 2014 22:38:14 +0700 Subject: [PATCH] Fix Travis test --- tests/PhpWord/Tests/Writer/Word2007/Part/DocumentTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PhpWord/Tests/Writer/Word2007/Part/DocumentTest.php b/tests/PhpWord/Tests/Writer/Word2007/Part/DocumentTest.php index ae0fe1d2..8ed1246f 100644 --- a/tests/PhpWord/Tests/Writer/Word2007/Part/DocumentTest.php +++ b/tests/PhpWord/Tests/Writer/Word2007/Part/DocumentTest.php @@ -68,6 +68,7 @@ class DocumentTest extends \PHPUnit_Framework_TestCase $section = $phpWord->addSection(); $section->addTOC(); $section->addPageBreak(); + $section->addText('After page break.'); $section->addTitle('Title 1', 1); $section->addListItem('List Item 1', 0); $section->addListItem('List Item 2', 0);