There was an error while loading. Please reload this page.
1 parent aa6f621 commit 711945eCopy full SHA for 711945e
tests/PhpWordTests/Writer/RTF/Element/TextBreakTest.php
@@ -51,18 +51,6 @@ public function testTextBreakParagraph(): void
51
self::assertEquals($expect, $this->removeCr($writer));
52
}
53
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
-
66
/**
67
* Test a textBreak as a line break.
68
*/
0 commit comments