diff core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php	Tue Jul 10 15:07:59 2018 +0100
+++ b/core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php	Thu Feb 28 13:21:36 2019 +0000
@@ -170,7 +170,7 @@
     $this->assertTrue($configuration->isLanguageAlterable(), 'The alterable language configuration has been saved on the Article content type.');
     // Update the article content type by changing the title label.
     $edit = [
-      'title_label' => 'Name'
+      'title_label' => 'Name',
     ];
     $this->drupalPostForm('admin/structure/types/manage/article', $edit, t('Save content type'));
     // Check that we still have the settings for the updated node type.
@@ -189,7 +189,7 @@
     if ($this->profile != 'standard') {
       $this->drupalCreateContentType([
         'type' => 'article',
-        'name' => 'Article'
+        'name' => 'Article',
       ]);
     }
     $admin_user = $this->drupalCreateUser(['administer content types']);
@@ -240,7 +240,7 @@
     $this->assertTrue($configuration->isLanguageAlterable(), 'The alterable language configuration has been saved on the Country vocabulary.');
     // Update the vocabulary.
     $edit = [
-      'name' => 'Nation'
+      'name' => 'Nation',
     ];
     $this->drupalPostForm('admin/structure/taxonomy/manage/country', $edit, t('Save'));
     // Check that we still have the settings for the updated vocabulary.