Skip to content
Snippets Groups Projects
Commit 50671b8b authored by catch's avatar catch
Browse files

Issue #2866433 by mikeker: Form refers to tables prefixed with "simpletest" instead of "test"

parent af81a985
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
$form['clean'] = [
'#type' => 'fieldset',
'#title' => $this->t('Clean test environment'),
'#description' => $this->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' => $this->t('Remove tables with the prefix "test" followed by digits and temporary directories that are left over from tests that crashed. This is intended for developers when creating tests.'),
'#weight' => 200,
];
$form['clean']['op'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment