Skip to content

Commit e851e58

Browse files
committed
Reword test values documentation
1 parent 1579b40 commit e851e58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/TwigComponent/tests/Integration/Twig/ComponentParserTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ public function testRejectHtmlSelfClosingComponentTagWithInvalidComponentName(st
104104

105105
public static function provideValidComponentNames(): iterable
106106
{
107-
// List of components that do not exist
107+
// Those names are all syntactically valid even if
108+
// they do not match any component class or template
108109
$names = [
109110
'Nope',
110111
'NopeNope',

0 commit comments

Comments
 (0)