Skip to content

Commit

Permalink
[CLEANUP] removing superfluous line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Oct 7, 2019
1 parent 9f1c8e9 commit 4a28cbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Unit/CssInlinerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3215,9 +3215,7 @@ public function copyUninlinableCssToStyleNodeHasNoSideEffects()
$expectedHtml = $subject->render();

$styleElement = $domDocument->getElementsByTagName('style')->item(0);

self::assertInstanceOf(\DOMElement::class, $styleElement);

$styleElement->parentNode->removeChild($styleElement);

$copyUninlinableCssToStyleNode->invoke($subject, '');
Expand Down

0 comments on commit 4a28cbc

Please sign in to comment.