'#description'=>t('Remove tables with the prefix "simpletest" and temporary directories that are left over from tests that crashed. This is intended for developers when creating tests.'),
'#description'=>t('Remove tables with the prefix "simpletest" and temporary directories that are left over from tests that crashed. This is intended for developers when creating tests.'),
);
$form['clean']['op']=array(
'#type'=>'submit',
'#value'=>t('Clean environment'),
'#submit'=>array('simpletest_clean_environment'),
);
return$form;
}
/**
* Returns HTML for a test list generated by simpletest_test_form() into a table.
*
...
...
@@ -176,33 +124,6 @@ function theme_simpletest_test_table($variables) {