diff core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
line wrap: on
line diff
--- a/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php	Thu May 09 15:34:47 2019 +0100
@@ -137,8 +137,8 @@
       // Test language overrides provided by core.
       ['de', $two_byte, 'Ae Oe Ue A O aeoeueaohello'],
       ['de', $random, $random],
-      ['dk', $two_byte, 'A O U Aa Oe aouaaoehello'],
-      ['dk', $random, $random],
+      ['da', $two_byte, 'A O U Aa Oe aouaaoehello'],
+      ['da', $random, $random],
       ['kg', $three_byte, 'ts'],
       // Test strings in some other languages.
       // Turkish, provided by drupal.org user Kartagis.