Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / tests / src / Kernel / Plugin / RowEntityTest.php
index b4ac0be838a5fae9972d926c70f801f42100193d..208a6f0ee3dfcac0c260ffd038e9eebfa9cf492a 100644 (file)
@@ -47,7 +47,7 @@ class RowEntityTest extends ViewsKernelTestBase {
   public function testEntityRow() {
     $vocab = Vocabulary::create(['name' => $this->randomMachineName(), 'vid' => strtolower($this->randomMachineName())]);
     $vocab->save();
-    $term = Term::create(['name' => $this->randomMachineName(), 'vid' => $vocab->id() ]);
+    $term = Term::create(['name' => $this->randomMachineName(), 'vid' => $vocab->id()]);
     $term->save();
 
     $view = Views::getView('test_entity_row');