Fix Travis test

This commit is contained in:
Ivan Lanin 2014-05-18 22:38:14 +07:00
parent 39d4e8ee54
commit 5c8bab8ce3
1 changed files with 1 additions and 0 deletions

View File

@ -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);