diff --git c/core/modules/content_translation/lib/Drupal/content_translation/Tests/ContentTranslationSettingsTest.php w/core/modules/content_translation/lib/Drupal/content_translation/Tests/ContentTranslationSettingsTest.php index fe17dc0..128f52c 100644 --- c/core/modules/content_translation/lib/Drupal/content_translation/Tests/ContentTranslationSettingsTest.php +++ w/core/modules/content_translation/lib/Drupal/content_translation/Tests/ContentTranslationSettingsTest.php @@ -131,7 +131,7 @@ function testSettingsUI() { * TRUE if the assertion succeeded, FALSE otherwise. */ protected function assertSettings($entity_type, $bundle, $enabled, $edit) { - $this->drupalPost('admin/config/regional/content-language', $edit, t('Save configuration')); + $this->drupalPostForm('admin/config/regional/content-language', $edit, t('Save configuration')); $args = array('@entity_type' => $entity_type, '@bundle' => $bundle, '@enabled' => $enabled ? 'enabled' : 'disabled'); $message = format_string('Translation for entity @entity_type (@bundle) is @enabled.', $args); field_info_cache_clear();