2 declare(strict_types = 1);
70 'about page in DE where page translation exists' => [
71 'url' =>
'https://acme.com/de/ueber-uns',
73 'page/title' =>
'DE: Über uns',
76 'about page in DE-CH where page translation does not exist' => [
77 'url' =>
'https://acme.com/de-ch/ueber-uns',
79 'page/title' =>
'DE: Über uns',
82 'about page in DE-CH with EN slug' => [
83 'url' =>
'https://acme.com/de-ch/about-us',
85 'page/title' =>
'DE: Über uns',
109 'home page in EN' => [
110 'url' =>
'https://acme.com/en/hello',
111 'exception' => PageNotFoundException::class,
113 'home page in DE where page translation does not exist' => [
114 'url' =>
'https://acme.com/de/hello',
115 'exception' => PageNotFoundException::class,
117 'home page in DE-CH where page translation does not exist and is trapped by l18n_cfg' => [
118 'url' =>
'https://acme.com/de-ch/hello',
119 'exception' => PageNotFoundException::class,
121 'about page in EN' => [
122 'url' =>
'https://acme.com/en/about-us',
123 'exception' => PageNotFoundException::class,
125 'about page in DE with EN slug' => [
126 'url' =>
'https://acme.com/de/about-us',
127 'exception' => PageNotFoundException::class,
151 'url' =>
'https://acme.com/de/ueber-uns',
153 [
'title' =>
'DE: Über uns',
'link' =>
'/de/ueber-uns'],
154 [
'title' =>
'DE: Produkte',
'link' =>
'/de/produkte'],
158 'url' =>
'https://acme.com/de-ch/ueber-uns',
160 [
'title' =>
'DE: Über uns',
'link' =>
'/de-ch/ueber-uns'],
161 [
'title' =>
'DE: Produkte',
'link' =>
'/de-ch/produkte'],
162 [
'title' =>
'EN: Shortcut to welcome',
'link' =>
'/de-ch/hello'],
166 'url' =>
'https://acme.com/de-ch/about-us',
168 [
'title' =>
'DE: Über uns',
'link' =>
'/de-ch/ueber-uns'],
169 [
'title' =>
'DE: Produkte',
'link' =>
'/de-ch/produkte'],
170 [
'title' =>
'EN: Shortcut to welcome',
'link' =>
'/de-ch/hello'],