Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Unit / Plugin / views / field / EntityOperationsUnitTest.php
index 0900df69247b4eea5679c4ac470e9955c8b0ca09..022f5320dbc9e30700ea01b8eb263f2a018a7981 100644 (file)
@@ -116,7 +116,7 @@ class EntityOperationsUnitTest extends UnitTestCase {
 
     $expected_build = [
       '#type' => 'operations',
-      '#links' => $operations
+      '#links' => $operations,
     ];
     $expected_build['#links']['foo']['query'] = ['destination' => 'foobar'];
     $build = $this->plugin->render($result);
@@ -158,7 +158,7 @@ class EntityOperationsUnitTest extends UnitTestCase {
 
     $expected_build = [
       '#type' => 'operations',
-      '#links' => $operations
+      '#links' => $operations,
     ];
     $build = $this->plugin->render($result);
     $this->assertSame($expected_build, $build);