You are here

protected function FormTestBase::tearDown in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Form/FormTestBase.php \Drupal\Tests\Core\Form\FormTestBase::tearDown()

File

core/tests/Drupal/Tests/Core/Form/FormTestBase.php, line 198

Class

FormTestBase
Provides a base class for testing form functionality.

Namespace

Drupal\Tests\Core\Form

Code

protected function tearDown() {
  Html::resetSeenIds();
  (new FormState())
    ->clearErrors();
}