Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / simpletest / src / Form / SimpletestTestForm.php
index f954546eb1605a58c8ff19e28ec208e1c586db31..0b704f90c54310afed47bde78ddef7c924995d38 100644 (file)
@@ -10,6 +10,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
  * List tests arranged in groups that can be selected and run.
+ *
+ * @internal
  */
 class SimpletestTestForm extends FormBase {
 
@@ -71,7 +73,7 @@ class SimpletestTestForm extends FormBase {
     $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'] = [