diff --git a/core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php b/core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php index bb0bd95..beaf03e 100644 --- a/core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php +++ b/core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php @@ -89,7 +89,7 @@ function testConfigTranslation() { // Get non strict translation and check we've got all properties. $translation = $wrapper->getTranslation($langcode, FALSE); $properties = $translation->get()->getProperties(); - $this->assertTrue(count($properties) == 5 && count($wrapper->get('page')) == 3, 'Got the right number of properties with non strict translation'); + $this->assertTrue(count($properties) == 6 && count($wrapper->get('page')) == 3, 'Got the right number of properties with non strict translation'); $this->assertEqual($properties['name']->getValue(), $site_name, 'Got the right translation for site name with non strict translation'); // Check the translated site name is displayed.