Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / rest / tests / src / Kernel / Entity / ConfigDependenciesTest.php
index c885990ff7414fe4ecba2bb566720840572c57cd..500f375ef95b40c0868bbb9340cfe65262032d3b 100644 (file)
@@ -239,7 +239,7 @@ class ConfigDependenciesTest extends KernelTestBase {
           'methods' => ['GET', 'POST'],
           'formats' => ['json'],
           'authentication' => ['cookie', 'basic_auth'],
-        ]
+        ],
       ],
       'resource with only HAL+JSON format' => [
         [
@@ -252,7 +252,7 @@ class ConfigDependenciesTest extends KernelTestBase {
           ],
         ],
         'hal',
-        FALSE
+        FALSE,
       ],
       'resource with multiple authentication providers' => [
         [
@@ -269,7 +269,7 @@ class ConfigDependenciesTest extends KernelTestBase {
           'methods' => ['GET', 'POST'],
           'formats' => ['json', 'hal_json'],
           'authentication' => ['cookie'],
-        ]
+        ],
       ],
       'resource with only basic_auth authentication' => [
         [