Issue #3266449 by quietone, dww, smustgrave, murilohp: Add a link to the...
Issue #3266449 by quietone, dww, smustgrave, murilohp: Add a link to the Status report warning about obsolete extensions so site owners can fix the problem
@@ -196,8 +196,9 @@ function system_requirements($phase) {
}
$requirements['obsolete_extensions']=[
'title'=>t('Obsolete extensions enabled'),
'value'=>t('Obsolete extensions found: %extensions. Obsolete extensions are provided only so that they can be uninstalled cleanly. You should immediately uninstall these extensions since they may be removed in a future release.',[
'value'=>t('Obsolete extensions found: %extensions. Obsolete extensions are provided only so that they can be uninstalled cleanly. You should immediately <a href=":uninstall_url">uninstall these extensions</a> since they may be removed in a future release.',[
$session->pageTextContains('Obsolete extensions found: System obsolete status test.');
$session->pageTextContains('Obsolete extensions are provided only so that they can be uninstalled cleanly. You should immediately uninstall these extensions since they may be removed in a future release.');
$session->pageTextNotContains('Obsolete extensions found: System obsolete status test.');
$session->pageTextNotContains('Obsolete extensions are provided only so that they can be uninstalled cleanly. You should immediately uninstall these extensions since they may be removed in a future release.');
// Install deprecated theme and confirm warning message is displayed.