This commit is contained in:
troosan 2019-06-14 00:19:44 +02:00
parent b209fec72b
commit d7ed18c39d
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class CellTest extends \PHPUnit\Framework\TestCase
public function testAddPreserveTextException()
{
$oCell = new Cell();
$oCell->setDocPart('Section', 1);
$oCell->setDocPart('TextRun', 1);
$oCell->addPreserveText('text');
}