fix test
This commit is contained in:
parent
b209fec72b
commit
d7ed18c39d
|
|
@ -231,7 +231,7 @@ class CellTest extends \PHPUnit\Framework\TestCase
|
||||||
public function testAddPreserveTextException()
|
public function testAddPreserveTextException()
|
||||||
{
|
{
|
||||||
$oCell = new Cell();
|
$oCell = new Cell();
|
||||||
$oCell->setDocPart('Section', 1);
|
$oCell->setDocPart('TextRun', 1);
|
||||||
$oCell->addPreserveText('text');
|
$oCell->addPreserveText('text');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue