2 declare(strict_types = 1);
72 'about page in DE where page translation exists' => [
73 'url' =>
'https://acme.com/de/ueber-uns',
75 'page/title' =>
'DE: Über uns',
78 'products page in DE where page translation exists' => [
79 'url' =>
'https://acme.com/de/produkte',
81 'page/title' =>
'DE: Produkte',
84 'products page in DE-CH where page translation exists' => [
85 'url' =>
'https://acme.com/de-ch/produkte',
87 'page/title' =>
'DE-CH: Produkte',
111 'home page in EN' => [
112 'url' =>
'https://acme.com/en/hello',
113 'exception' => PageNotFoundException::class,
115 'home page in DE where page translation does not exist' => [
116 'url' =>
'https://acme.com/de/hello',
117 'exception' => PageNotFoundException::class,
119 'home page in DE-CH where page translation does not exist and is trapped by l18n_cfg' => [
120 'url' =>
'https://acme.com/de-ch/hello',
121 'exception' => PageNotFoundException::class,
123 'about page in EN' => [
124 'url' =>
'https://acme.com/en/about-us',
125 'exception' => PageNotFoundException::class,
127 'about page in DE-CH where page translation does not exist and is trapped by l18n_cfg' => [
128 'url' =>
'https://acme.com/de-ch/ueber-uns',
129 'exception' => PageNotFoundException::class,
131 'products page in EN' => [
132 'url' =>
'https://acme.com/en/products',
133 'exception' => PageNotFoundException::class,
157 'url' =>
'https://acme.com/de/ueber-uns',
159 [
'title' =>
'DE: Willkommen',
'link' =>
'/de/willkommen'],
160 [
'title' =>
'DE: Über uns',
'link' =>
'/de/ueber-uns'],
161 [
'title' =>
'DE: Produkte',
'link' =>
'/de/produkte'],
165 'url' =>
'https://acme.com/de/produkte',
167 [
'title' =>
'DE: Willkommen',
'link' =>
'/de/willkommen'],
168 [
'title' =>
'DE: Über uns',
'link' =>
'/de/ueber-uns'],
169 [
'title' =>
'DE: Produkte',
'link' =>
'/de/produkte'],
173 'url' =>
'https://acme.com/de-ch/produkte',
175 [
'title' =>
'DE-CH: Produkte',
'link' =>
'/de-ch/produkte'],
177 [
'title' =>
'EN: Shortcut to welcome',
'link' =>
'/de-ch/willkommen'],