diff --git a/core/modules/config/tests/src/Functional/ConfigEntityTest.php b/core/modules/config/tests/src/Functional/ConfigEntityTest.php index 1c15c67..ba1edc1 100644 --- a/core/modules/config/tests/src/Functional/ConfigEntityTest.php +++ b/core/modules/config/tests/src/Functional/ConfigEntityTest.php @@ -2,6 +2,7 @@ namespace Drupal\Tests\config\Functional; +use Drupal\Component\Render\FormattableMarkup; use Drupal\Component\Utility\SafeMarkup; use Drupal\Core\Entity\EntityMalformedException; use Drupal\Core\Entity\EntityStorageException;