Skip to content

Commit 711945e

Browse files
authored
Update TextBreakTest.php
1 parent aa6f621 commit 711945e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/PhpWordTests/Writer/RTF/Element/TextBreakTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,6 @@ public function testTextBreakParagraph(): void
5151
self::assertEquals($expect, $this->removeCr($writer));
5252
}
5353

54-
/**
55-
* Test a textBreak with two paragraph breaks.
56-
*/
57-
public function testTextBreakTwoParagraphs(): void
58-
{
59-
$parentWriter = new RTF();
60-
$element = new TextBreakElement(2);
61-
$writer = new TextBreakWriter($parentWriter, $element);
62-
$expect = "\\pard\\par\n\\pard\\par\n";
63-
self::assertEquals($expect, $this->removeCr($writer));
64-
}
65-
6654
/**
6755
* Test a textBreak as a line break.
6856
*/

0 commit comments

Comments
 (0)