Skip to content

Commit 166a136

Browse files
committed
Fix spacing
1 parent 51034af commit 166a136

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/PhpWord/Reader/Word2007/ElementTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,9 @@ public function testReadAlternateContent()
5959
$phpWord = $this->getDocumentFromString(array('document' => $documentXml));
6060

6161
$elements = $phpWord->getSection(0)->getElements();
62-
6362
$this->assertInstanceOf('PhpOffice\PhpWord\Element\TextRun', $elements[0]);
6463
$this->assertInstanceOf('PhpOffice\PhpWord\Element\Text', $elements[0]->getElement(0));
65-
6664
$text = $elements[0];
67-
6865
$this->assertEquals('Test node value', trim($text->getElement(0)->getText()));
6966
}
7067

0 commit comments

Comments
 (0)