Skip to content

Commit d7ed18c

Browse files
committed
fix test
1 parent b209fec commit d7ed18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWord/Element/CellTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public function testAddPreserveTextNotUTF8()
231231
public function testAddPreserveTextException()
232232
{
233233
$oCell = new Cell();
234-
$oCell->setDocPart('Section', 1);
234+
$oCell->setDocPart('TextRun', 1);
235235
$oCell->addPreserveText('text');
236236
}
237237

0 commit comments

Comments
 (0)