We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1579b40 commit e851e58Copy full SHA for e851e58
src/TwigComponent/tests/Integration/Twig/ComponentParserTest.php
@@ -104,7 +104,8 @@ public function testRejectHtmlSelfClosingComponentTagWithInvalidComponentName(st
104
105
public static function provideValidComponentNames(): iterable
106
{
107
- // List of components that do not exist
+ // Those names are all syntactically valid even if
108
+ // they do not match any component class or template
109
$names = [
110
'Nope',
111
'NopeNope',
0 commit comments