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 / HandlerBaseTest.php
index ac5a1fe4b9392386b8422c6c5383a4289b26ddaa..ec79b52d94c8ec8c32edcfc68aa9f42253ef76d9 100644 (file)
@@ -44,7 +44,7 @@ class HandlerBaseTest extends UnitTestCase {
       ->method('get')
       ->with('test_entity_type_table')
       ->willReturn([
-        'table' => ['entity type' => 'test_entity_type']
+        'table' => ['entity type' => 'test_entity_type'],
       ]);
     $handler->setViewsData($this->viewsData);