Issue #2222315 by alexpott: Random fail in \Drupal\system\Tests\Common\RenderTest.

8.0.x
webchick 2014-03-20 09:58:23 -07:00
parent de35da971d
commit e617d17b02
1 changed files with 1 additions and 1 deletions

View File

@ -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',
);