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 9801a28 commit 0f07a28Copy full SHA for 0f07a28
src/TwigComponent/tests/Integration/Twig/ComponentParserTest.php
@@ -66,7 +66,7 @@ public function testAcceptHtmlSelfClosingComponentTagWithValidComponentName(stri
66
public function testItThrowsWhenComponentNameCannotBeParsed(): void
67
{
68
$environment = $this->createEnvironment();
69
- $source = "{% component [] %}{% endcomponent %}";
+ $source = '{% component [] %}{% endcomponent %}';
70
71
$this->expectException(SyntaxError::class);
72
$this->expectExceptionMessage('Could not parse component name in "foo.html.twig');
0 commit comments