File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/TwigComponent/tests/Integration Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ public function testTemplateIsUpdatedByEventListener(string $syntax): void
42
42
43
43
public static function provideFooBarSyntaxes (): iterable
44
44
{
45
- yield " TWIG component tag " => ['{% component "FooBar:Baz" %}{% endcomponent %} ' ];
46
- yield " TWIG component function " => ['{{ component("FooBar:Baz") }} ' ];
47
- yield " HTML self-closing tag " => ['<twig:FooBar:Baz /> ' ];
48
- yield " HTML open-close tag " => ['<twig:FooBar:Baz></twig:FooBar:Baz> ' ];
45
+ yield ' TWIG component tag ' => ['{% component "FooBar:Baz" %}{% endcomponent %} ' ];
46
+ yield ' TWIG component function ' => ['{{ component("FooBar:Baz") }} ' ];
47
+ yield ' HTML self-closing tag ' => ['<twig:FooBar:Baz /> ' ];
48
+ yield ' HTML open-close tag ' => ['<twig:FooBar:Baz></twig:FooBar:Baz> ' ];
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments