Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / FunctionalTests / Routing / CaseInsensitivePathTest.php
index 3aaac143eac6b46b3070aad2465ad8ad4314b12a..96b59d7be00a45acdbc33c5d6445fc90c1686737 100644 (file)
@@ -63,8 +63,8 @@ class CaseInsensitivePathTest extends BrowserTestBase {
 
     $this->drupalGet('admin/content', [
       'query' => [
-        'title' => 'FooBarBaz'
-      ]
+        'title' => 'FooBarBaz',
+      ],
     ]);
 
     $this->assertSession()->linkExists('FooBarBaz');
@@ -74,8 +74,8 @@ class CaseInsensitivePathTest extends BrowserTestBase {
 
     $this->drupalGet('Admin/Content', [
       'query' => [
-        'title' => 'FooBarBaz'
-      ]
+        'title' => 'FooBarBaz',
+      ],
     ]);
 
     $this->assertSession()->linkExists('FooBarBaz');