From e617d17b022fda6d519aad2ea5a3dde6f1c91a8a Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 20 Mar 2014 09:58:23 -0700 Subject: [PATCH] Issue #2222315 by alexpott: Random fail in \Drupal\system\Tests\Common\RenderTest. --- .../system/lib/Drupal/system/Tests/Common/RenderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php b/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php index d53f769b822..b0616d591c2 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php @@ -859,7 +859,7 @@ class RenderTest extends DrupalUnitTestBase { * element. */ function testDrupalRenderChildElementRenderCachePlaceholder() { - $context = array('bar' => $this->randomString()); + $context = array('bar' => $this->randomContextValue()); $container = array( '#type' => 'container', );