Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / datetime / tests / src / Functional / DateTestBase.php
index 21bad50ba02da7b3c114aabb91c78301fbb07b3c..46e23ce150327dbc81687fcd2e76d4b12d49267f 100644 (file)
@@ -106,8 +106,8 @@ abstract class DateTestBase extends BrowserTestBase {
    * Creates a date test field.
    */
   protected function createField() {
-    $field_name = Unicode::strtolower($this->randomMachineName());
-    $field_label = Unicode::ucfirst(Unicode::strtolower($this->randomMachineName()));
+    $field_name = mb_strtolower($this->randomMachineName());
+    $field_label = Unicode::ucfirst(mb_strtolower($this->randomMachineName()));
     $type = $this->getTestFieldType();
     $widget_type = $formatter_type = $type . '_default';