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 / Derivative / ViewsLocalTaskTest.php
index 7ecf9ef0417a9f62e8ba42882b8ade0c2c9040da..c63258abdcbe570c9fc6c135bfe6a71157c571aa 100644 (file)
@@ -39,7 +39,7 @@ class ViewsLocalTaskTest extends UnitTestCase {
 
   protected $baseDefinition = [
     'class' => '\Drupal\views\Plugin\Menu\LocalTask\ViewsLocalTask',
-    'deriver' => '\Drupal\views\Plugin\Derivative\ViewsLocalTask'
+    'deriver' => '\Drupal\views\Plugin\Derivative\ViewsLocalTask',
   ];
 
   /**