File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ public function testRenderIcons(): void
41
41
42
42
public function testRenderAliasIcons (): void
43
43
{
44
- $ templateIcon = '<twig:ux:icon name="flowbite:close-outline" /> ' ;
44
+ $ templateIcon = '<twig:ux:icon name="flowbite:close-outline" /> ' ;
45
45
$ outputIcon = self ::getContainer ()->get (Environment::class)->createTemplate ($ templateIcon )->render ();
46
46
47
- $ templateAlias = '<twig:ux:icon name="flowbite:x-outline" /> ' ;
47
+ $ templateAlias = '<twig:ux:icon name="flowbite:x-outline" /> ' ;
48
48
$ outputAlias = self ::getContainer ()->get (Environment::class)->createTemplate ($ templateAlias )->render ();
49
49
50
50
$ 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> ' ;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function testFetchIconByAlias(): void
62
62
new JsonMockResponse ([
63
63
'aliases ' => [
64
64
'foo ' => [
65
- 'parent ' => 'bar '
65
+ 'parent ' => 'bar ' ,
66
66
],
67
67
],
68
68
'icons ' => [
You can’t perform that action at this time.
0 commit comments