X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FRender%2FPlaceholderGeneratorTest.php;h=ce0f1518c5839da7ab5836b5280bc5aee5710797;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=3e80a3f2e19da3f5637c75df776ca850232c619d;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php b/web/core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php index 3e80a3f2e..ce0f1518c 100644 --- a/web/core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php +++ b/web/core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php @@ -30,7 +30,7 @@ class PlaceholderGeneratorTest extends RendererTestBase { public function testCreatePlaceholderGeneratesValidHtmlMarkup(array $element) { $build = $this->placeholderGenerator->createPlaceholder($element); - $original_placeholder_markup = (string)$build['#markup']; + $original_placeholder_markup = (string) $build['#markup']; $processed_placeholder_markup = Html::serialize(Html::load($build['#markup'])); $this->assertEquals($original_placeholder_markup, $processed_placeholder_markup);