Issue #3182785 by mcdruid, mar4ehk0, elsteff1385, John Franklin: PHP 7.4...
Issue #3182785 by mcdruid, mar4ehk0, elsteff1385, John Franklin: PHP 7.4 notice in /modules/system/system.admin.inc when a module has an invalid configure path
$module_log=db_query_range('SELECT message FROM {watchdog} WHERE type = :type ORDER BY wid DESC',0,1,array(':type'=>'system'))->fetchField();
$this->assertEqual('Module %module specifies an invalid path for configuration: %configure',$module_log,'An error was logged for the module\'s broken configure path.');
}
/**
* Test that module_invoke() can load a hook defined in hook_hook_info().