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 6a2086c commit 58aee6bCopy full SHA for 58aee6b
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