X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FKernel%2FPlugin%2FRowEntityTest.php;h=208a6f0ee3dfcac0c260ffd038e9eebfa9cf492a;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=b4ac0be838a5fae9972d926c70f801f42100193d;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php index b4ac0be83..208a6f0ee 100644 --- a/web/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php +++ b/web/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php @@ -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');