@@ -48,18 +47,6 @@ function simpletest_requirements($phase) {
$requirements['php_domdocument']['description']=$t('The testing framework requires the DOMDocument class to be available. Check the configure command at the <a href="@link-phpinfo">PHP info page</a>.',array('@link-phpinfo'=>url('admin/reports/status/php')));
}
// SimpleTest currently needs 2 cURL options which are incompatible with
$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