diff --git a/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php b/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php index e949a60..e54b248 100644 --- a/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php +++ b/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php @@ -107,7 +107,7 @@ function testLanguageConfigurationWeight() { // User to add and remove language. $admin_user = $this->drupalCreateUser(array('administer languages', 'access administration pages')); $this->drupalLogin($admin_user); - $this->assertTrue($this->hasHighWeight(), 'System languages has low weight by default'); + $this->assertTrue($this->hasHighWeight(), 'System languages has high weight by default'); // Add predefined language. $edit = array( @@ -132,7 +132,7 @@ function testLanguageConfigurationWeight() { } /** - * Helper to check low weight of system languages; + * Helper to check high weight of system languages; * * @return bool */ @@ -142,7 +142,7 @@ protected function hasHighWeight() { } /** - * Helper to get low weight of unlocked languages list. + * Helper to get high weight of unlocked languages list. * * @return int */