function FormTestBase::tearDown

File

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

Class

FormTestBase
Provides a base class for testing form functionality.

Namespace

Drupal\Tests\Core\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.