.../modules/system/lib/Drupal/system/Tests/Theme/FunctionsTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/system/lib/Drupal/system/Tests/Theme/FunctionsTest.php b/core/modules/system/lib/Drupal/system/Tests/Theme/FunctionsTest.php index 1f37b56..658d9cd 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Theme/FunctionsTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Theme/FunctionsTest.php @@ -191,7 +191,7 @@ function testLinks() { $expected_links .= ''; @@ -224,7 +224,7 @@ function testLinks() { $expected_links .= ''; $expected = $expected_heading . $expected_links;