Skip to content

Commit 97e4215

Browse files
committed
[LiveComponent][Tests] Add missing call to "addTemplateMap()"
1 parent e867fa7 commit 97e4215

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/LiveComponent/tests/Functional/EventListener/InterceptChildComponentRenderSubscriberTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ final class InterceptChildComponentRenderSubscriberTest extends KernelTestCase
3232

3333
public function testItAllowsFullChildRenderOnMissingFingerprints(): void
3434
{
35+
$templateName = 'components/todo_list.html.twig';
36+
$obscuredName = 'd9bcb8935cbb4282ac5d227fc82ae782d';
37+
$this->addTemplateMap($obscuredName, $templateName);
38+
3539
$this->browser()
3640
->visit($this->buildUrlForTodoListComponent([]))
3741
->assertSuccessful()

0 commit comments

Comments
 (0)