Issue #2489100 by alexpott: Random fail in Drupal\views\Tests\Plugin\RowRenderCacheTest
parent
5419c8daf7
commit
959a0df7cf
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue