diff --git a/core/modules/system/src/Tests/Module/UninstallTest.php b/core/modules/system/src/Tests/Module/UninstallTest.php index 9078d94..d0fbd92 100644 --- a/core/modules/system/src/Tests/Module/UninstallTest.php +++ b/core/modules/system/src/Tests/Module/UninstallTest.php @@ -54,7 +54,7 @@ function testUninstallPage() { $this->drupalGet('admin/modules/uninstall'); $this->assertTitle(t('Uninstall') . ' | Drupal'); - $this->assertText('The following reason prevents Node from being uninstalled: There is content for the entity type: Content', 'Content prevents uninstalling node module.'); + $this->assertText('The following reason prevents node from being uninstalled: There is content for the entity type: Content', 'Content prevents uninstalling node module.'); // Delete the node to allow node to be uninstalled. $node->delete(); $node_type->delete();