diff --git a/core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php b/core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php index cd97a61a7789..6fcb0557ff94 100644 --- a/core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php +++ b/core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php @@ -33,14 +33,6 @@ if (!function_exists('variable_get')) { } -if (!function_exists('check_plain')) { - - function check_plain($text) { - return $text; - } - -} - }