X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Ftests%2Fsrc%2FFunctional%2FViews%2FTaxonomyTermViewTest.php;fp=web%2Fcore%2Fmodules%2Ftaxonomy%2Ftests%2Fsrc%2FFunctional%2FViews%2FTaxonomyTermViewTest.php;h=fc0cddce484b6c4f45ad959d53fa4ad9acbb864d;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=f69c49c7147c4ae8d9075cf81a4d7f9598e29e25;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php b/web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php index f69c49c71..fc0cddce4 100644 --- a/web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php +++ b/web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php @@ -2,7 +2,6 @@ namespace Drupal\Tests\taxonomy\Functional\Views; -use Drupal\Component\Utility\Unicode; use Drupal\Core\Field\FieldStorageDefinitionInterface; use Drupal\language\Entity\ConfigurableLanguage; use Drupal\node\Entity\Node; @@ -50,7 +49,7 @@ class TaxonomyTermViewTest extends TaxonomyTestBase { // Create a vocabulary and add two term reference fields to article nodes. - $this->fieldName1 = Unicode::strtolower($this->randomMachineName()); + $this->fieldName1 = mb_strtolower($this->randomMachineName()); $handler_settings = [ 'target_bundles' => [