X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fnode%2Ftests%2Fsrc%2FKernel%2FSummaryLengthTest.php;h=eecb0d01884680168bf95f120eb33e0899940478;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=fa15c0e6ab130f8cb161dcbea150c881133f34f9;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/node/tests/src/Kernel/SummaryLengthTest.php b/web/core/modules/node/tests/src/Kernel/SummaryLengthTest.php index fa15c0e6a..eecb0d018 100644 --- a/web/core/modules/node/tests/src/Kernel/SummaryLengthTest.php +++ b/web/core/modules/node/tests/src/Kernel/SummaryLengthTest.php @@ -2,7 +2,6 @@ namespace Drupal\Tests\node\Kernel; -use Drupal\Component\Utility\Unicode; use Drupal\Core\Datetime\Entity\DateFormat; use Drupal\KernelTests\KernelTestBase; use Drupal\node\Entity\Node; @@ -72,9 +71,6 @@ class SummaryLengthTest extends KernelTestBase { 'label' => 'Fallback', 'pattern' => 'Y-m-d', ])->save(); - - // Enable multibyte support. - Unicode::setStatus(Unicode::STATUS_MULTIBYTE); } /**