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.
testAccessingTheHierarchyTooHighThrowsAnException
1 parent fb93761 commit e327cefCopy full SHA for e327cef
src/TwigComponent/tests/Integration/EmbeddedComponentTest.php
@@ -162,7 +162,7 @@ public function testAccessingTheHierarchyTooHighThrowsAnException(): void
162
{
163
// Twig renamed "array" into "sequence" in 3.11
164
$this->expectExceptionMessage('Key "$this" for ');
165
- $this->expectExceptionMessage('with keys "app, __embedded" does not exist.');
+ $this->expectExceptionMessage('with keys "app, __embedded" does not exist');
166
self::render('embedded_component_hierarchy_exception.html.twig');
167
}
168
0 commit comments