fix test
This commit is contained in:
parent
b209fec72b
commit
d7ed18c39d
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue