X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Ftests%2Fsrc%2FFunctional%2FMultiStepNodeFormBasicOptionsTest.php;h=93c2257864923321e86f6d8a558abc675da4a8a1;hb=refs%2Fheads%2Fd864;hp=46b803ec63726672d891f8b6ef767e3b7feff29e;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php b/web/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php index 46b803ec6..93c225786 100644 --- a/web/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php +++ b/web/core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php @@ -1,7 +1,7 @@ drupalLogin($web_user); // Create an unlimited cardinality field. - $this->fieldName = Unicode::strtolower($this->randomMachineName()); + $this->fieldName = mb_strtolower($this->randomMachineName()); FieldStorageConfig::create([ 'field_name' => $this->fieldName, 'entity_type' => 'node',