Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / node / tests / src / Kernel / SummaryLengthTest.php
index fa15c0e6ab130f8cb161dcbea150c881133f34f9..eecb0d01884680168bf95f120eb33e0899940478 100644 (file)
@@ -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);
   }
 
   /**