Skip to content

Commit 0f07a28

Browse files
committed
fabbot
1 parent 9801a28 commit 0f07a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function testAcceptHtmlSelfClosingComponentTagWithValidComponentName(stri
6666
public function testItThrowsWhenComponentNameCannotBeParsed(): void
6767
{
6868
$environment = $this->createEnvironment();
69-
$source = "{% component [] %}{% endcomponent %}";
69+
$source = '{% component [] %}{% endcomponent %}';
7070

7171
$this->expectException(SyntaxError::class);
7272
$this->expectExceptionMessage('Could not parse component name in "foo.html.twig');

0 commit comments

Comments
 (0)