2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -58,6 +61,14 @@ function simpletest_requirements($phase) {
$requirements['php_open_basedir']['description']=t('The testing framework requires the PHP <a href="@open_basedir-url">open_basedir</a> restriction to be disabled. Check your webserver configuration or contact your web host.',array('@open_basedir-url'=>'http://php.net/manual/en/ini.core.php#ini.open-basedir'));
}
// Check the current memory limit. If it is set too low, SimpleTest will fail
$requirements['php_memory_limit']['description']=t('The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. <a href="@url">Follow these steps to continue</a>.',array('%memory_limit'=>$memory_limit,'%memory_minimum_limit'=>SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT,'@url'=>'http://drupal.org/node/207036'));