Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / simpletest / src / Form / SimpletestResultsForm.php
index 090ae0276ea60b2d69ad225f168610a7507ae370..55a9ca4e87badef1556b2beafaa857aa5055376e 100644 (file)
@@ -17,6 +17,8 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
  * Note that the UI strings are not translated because this form is also used
  * from run-tests.sh.
  *
+ * @internal
+ *
  * @see simpletest_script_open_browser()
  * @see run-tests.sh
  */
@@ -235,7 +237,7 @@ class SimpletestResultsForm extends FormBase {
    *
    * @param array $form
    *   The form to attach the results to.
-   * @param array $test_results
+   * @param array $results
    *   The simpletest results.
    *
    * @return array