X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FKernel%2FPlugin%2FRowEntityTest.php;fp=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FKernel%2FPlugin%2FRowEntityTest.php;h=208a6f0ee3dfcac0c260ffd038e9eebfa9cf492a;hp=b4ac0be838a5fae9972d926c70f801f42100193d;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 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');