diff --git a/core/modules/system/src/Tests/Module/DependencyTest.php b/core/modules/system/src/Tests/Module/DependencyTest.php index f0605ef..778dc4e 100644 --- a/core/modules/system/src/Tests/Module/DependencyTest.php +++ b/core/modules/system/src/Tests/Module/DependencyTest.php @@ -144,7 +144,7 @@ function testModuleEnableOrder() { $this->assertModules(array('color'), FALSE); // Note that dependencies are sorted alphabetically in the confirmation // message. - $this->assertText(t('You must enable the Block, Configuration Manager, Help modules to install Color.')); + $this->assertText(t('You must enable the Help, Block, Configuration Manager modules to install Color.')); $edit['modules[Core][block][enable]'] = 'block'; $edit['modules[Core][config][enable]'] = 'config';