Issue #2222315 by alexpott: Random fail in \Drupal\system\Tests\Common\RenderTest.
parent
de35da971d
commit
e617d17b02
|
@ -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',
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue