diff --git a/spec/Fixture/config/autoload-expressive-display-errors/expressive-error-hero-module.local.php b/spec/Fixture/config/autoload-expressive-display-errors/expressive-error-hero-module.local.php index 6609e70f..153ba743 100644 --- a/spec/Fixture/config/autoload-expressive-display-errors/expressive-error-hero-module.local.php +++ b/spec/Fixture/config/autoload-expressive-display-errors/expressive-error-hero-module.local.php @@ -71,7 +71,7 @@ // if enable and display_errors = 0, the page will bring layout and view 'template' => [ - 'layout' => 'layout::layout', + 'layout' => 'layout::expressive-layout', 'view' => 'error-hero-module::error-default' ], diff --git a/spec/Fixture/config/autoload-expressive/expressive-error-hero-module.local.php b/spec/Fixture/config/autoload-expressive/expressive-error-hero-module.local.php index ddc99862..fc019da7 100644 --- a/spec/Fixture/config/autoload-expressive/expressive-error-hero-module.local.php +++ b/spec/Fixture/config/autoload-expressive/expressive-error-hero-module.local.php @@ -71,7 +71,7 @@ // if enable and display_errors = 0, the page will bring layout and view 'template' => [ - 'layout' => 'layout::layout', + 'layout' => 'layout::expressive-layout', 'view' => 'error-hero-module::error-default' ], diff --git a/spec/Fixture/view/layout/expressive-layout.phtml b/spec/Fixture/view/layout/expressive-layout.phtml new file mode 100644 index 00000000..d92ac26f --- /dev/null +++ b/spec/Fixture/view/layout/expressive-layout.phtml @@ -0,0 +1,3 @@ +content; +?>