You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,11 +50,64 @@ public function testHostLayout(): void
44
50
45
51
publicfunctiontestLayoutWrong(): void
46
52
{
47
-
$this->expectException(LoaderError::class);
48
-
$this->expectExceptionMessage('Unable to find template this_layout_does_not_exist.html.twig for layout front. The "layout" parameter must be a valid twig view to be used as a layout in "this_layout_does_not_exist.html.twig".');
53
+
$this->expectException(\RuntimeException::class);
54
+
$this->expectExceptionMessage('Unable to find template this_layout_does_not_exist.html.twig for layout front. The "layout" parameter must be a valid twig view to be used as a layout.');
0 commit comments