core/tests/Drupal/Tests/Core/Form/AccessibilityTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/tests/Drupal/Tests/Core/Form/AccessibilityTest.php b/core/tests/Drupal/Tests/Core/Form/AccessibilityTest.php index 5e7d7b3..a200df6 100644 --- a/core/tests/Drupal/Tests/Core/Form/AccessibilityTest.php +++ b/core/tests/Drupal/Tests/Core/Form/AccessibilityTest.php @@ -16,6 +16,9 @@ * * To save some processing power, this test only scans for forms in the * Drupal\$extension\Form namespace of all modules. + * + * @coversDefaultClass \Drupal\Core\Form\Accessibility + * @group Form */ class AccessibilityTest extends WebTestBase { @@ -27,7 +30,7 @@ class AccessibilityTest extends WebTestBase { protected $moduleInstaller; /** - * Constructs a new test. + * {@inheritdoc} */ public function setUp() { parent::setUp(); @@ -56,7 +59,6 @@ public function testFormAccessibility() { } } } - debug($forms); // Perform tests on all forms. foreach ($forms as $module_name => $module_forms) {