Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / PathProcessor / PathProcessorTest.php
index e6215caac834e310a794ea5bc605447c60244aaf..0aa2de7b64bc2842a719655e9ba26f5fb9225444 100644 (file)
@@ -49,8 +49,8 @@ class PathProcessorTest extends UnitTestCase {
     $language_prefixes = array_keys($this->languages);
     $config = [
       'url' => [
-        'prefixes' => array_combine($language_prefixes, $language_prefixes)
-      ]
+        'prefixes' => array_combine($language_prefixes, $language_prefixes),
+      ],
     ];
 
     // Create a URL-based language negotiation method definition.
@@ -109,7 +109,7 @@ class PathProcessorTest extends UnitTestCase {
     $config_factory_stub = $this->getConfigFactoryStub(
       [
         'system.site' => [
-          'page.front' => '/user/login'
+          'page.front' => '/user/login',
         ],
         'language.negotiation' => [
           'url' => [