Issue #2489100 by alexpott: Random fail in Drupal\views\Tests\Plugin\RowRenderCacheTest

8.0.x
Nathaniel Catchpole 2015-05-15 13:44:27 +01:00
parent 5419c8daf7
commit 959a0df7cf
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class RowRenderCacheTest extends ViewUnitTestBase {
// Create some test entities.
for ($i = 0; $i < 5; $i++) {
Node::create(['title' => 'b' . $this->randomMachineName(), 'type' => 'test'])->save();
Node::create(['title' => 'b' . $i . $this->randomMachineName(), 'type' => 'test'])->save();
}
// Create a power user node.