Skip to content

Commit 692da28

Browse files
committed
CS
1 parent b9f9538 commit 692da28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Icons/tests/Integration/RenderIconsInTwigTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public function testRenderIcons(): void
4141

4242
public function testRenderAliasIcons(): void
4343
{
44-
$templateIcon = '<twig:ux:icon name="flowbite:close-outline" />';
44+
$templateIcon = '<twig:ux:icon name="flowbite:close-outline" />';
4545
$outputIcon = self::getContainer()->get(Environment::class)->createTemplate($templateIcon)->render();
4646

47-
$templateAlias = '<twig:ux:icon name="flowbite:x-outline" />';
47+
$templateAlias = '<twig:ux:icon name="flowbite:x-outline" />';
4848
$outputAlias = self::getContainer()->get(Environment::class)->createTemplate($templateAlias)->render();
4949

5050
$expected = '<svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L17.94 6M18 18L6.06 6"/></svg>';

src/Icons/tests/Unit/IconifyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testFetchIconByAlias(): void
6262
new JsonMockResponse([
6363
'aliases' => [
6464
'foo' => [
65-
'parent' => 'bar'
65+
'parent' => 'bar',
6666
],
6767
],
6868
'icons' => [

0 commit comments

Comments
 (0)