diff --git a/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php b/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php index d55d472..8fa84fe 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php @@ -25,7 +25,7 @@ public static function getInfo() { function testEnableWithoutDependency() { // Attempt to enable Entity Translation without Language enabled. $edit = array(); - $edit['modules[Core][translation_entity][enable]'] = 'translation_entity'; + $edit['modules[Multilingual][translation_entity][enable]'] = 'translation_entity'; $this->drupalPost('admin/modules', $edit, t('Save configuration')); $this->assertText(t('Some required modules must be enabled'), 'Dependency required.');