Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / path / tests / src / Kernel / PathNoCanonicalLinkTest.php
index 602e84f42f6884c37a31f3d92846048ddb6b76c1..773b792f38a7bd29edcdb9c199f3d620a975c190 100644 (file)
@@ -42,7 +42,7 @@ class PathNoCanonicalLinkTest extends KernelTestBase {
   public function testNoCanonicalLinkTemplate() {
     $entity_type = EntityTestTranslatableUISkip::create([
       'name' => 'name english',
-      'language' => 'en'
+      'language' => 'en',
     ]);
     $entity_type->save();