Skip to content

Commit f181098

Browse files
committed
CS in existing test file
1 parent 20ffbba commit f181098

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Icons/tests/Integration/RenderIconsInTwigTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public function testRenderIcons(): void
2323
{
2424
$output = self::getContainer()->get(Environment::class)->render('template1.html.twig');
2525

26-
$this->assertSame(<<<HTML
26+
$this->assertSame(
27+
<<<HTML
2728
<ul class="svg">
2829
<li id="first"><svg viewBox="0 0 24 24" fill="currentColor" class="h-8 w-8"><path fill-rule="evenodd" d="M7.5 6a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM3.751 20.105a8.25 8.25 0 0 1 16.498 0 .75.75 0 0 1-.437.695A18.683 18.683 0 0 1 12 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 0 1-.437-.695Z" clip-rule="evenodd"></path></svg></li>
2930
<li id="second"><svg viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6"><path fill-rule="evenodd" d="M7.5 6a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM3.751 20.105a8.25 8.25 0 0 1 16.498 0 .75.75 0 0 1-.437.695A18.683 18.683 0 0 1 12 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 0 1-.437-.695Z" clip-rule="evenodd"></path></svg></li>

0 commit comments

Comments
 (0)