X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FKernel%2FPlugin%2FRelationshipTest.php;h=973462619a2a4bf540a63e63815109c3e11f7fa4;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=802befe1ca76d19ad60d9db5f923948c4b91a722;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php index 802befe1c..973462619 100644 --- a/web/core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php +++ b/web/core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php @@ -78,8 +78,8 @@ class RelationshipTest extends RelationshipJoinTestBase { $expected_result = [ [ 'name' => 'John', - 'uid' => 1 - ] + 'uid' => 1, + ], ]; $this->assertIdenticalResultset($view, $expected_result, $this->columnMap); $view->destroy(); @@ -101,8 +101,8 @@ class RelationshipTest extends RelationshipJoinTestBase { $expected_result = [ [ 'name' => 'John', - 'uid' => 1 - ] + 'uid' => 1, + ], ]; $this->assertIdenticalResultset($view, $expected_result, $this->columnMap); $view->destroy();