diff --git a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php index ab0028deee5ac432aaaa32dba5c3a6f96730a4ba..fa95d058df037766353c0a3b9827f4b53b6e58cf 100644 --- a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php +++ b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php @@ -90,7 +90,7 @@ public function providerSource() { 'link_path' => 'https://duckduckgo.com/', 'router_path' => '', 'link_title' => 'DuckDuckGo', - 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"Duckduckgo";}}', + 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"DuckDuckGo";}}', 'module' => 'menu', 'hidden' => 0, 'external' => 1,