'description'=>t('The testing framework requires the %sites-simpletest directory to exist and be writable in order to run tests.',array(
'%sites-simpletest'=>$site_directory,
)),
);
}
...
...
@@ -81,8 +81,8 @@ function simpletest_requirements($phase) {
'title'=>t('Simpletest site directory'),
'value'=>t('Not protected'),
'severity'=>REQUIREMENT_ERROR,
'description'=>t('The file !file does not exist and could not be created automatically, which poses a security risk. Ensure that the directory is writable.',array(
'description'=>t('The file %file does not exist and could not be created automatically, which poses a security risk. Ensure that the directory is writable.',array(