You are here

public function FormBaseTest::tearDown in Form Builder 7.2

File

tests/FormBaseTest.php, line 19

Class

FormBaseTest

Namespace

Drupal\form_builder

Code

public function tearDown() {
  parent::tearDown();
  FormBase::purge(0);
  Loader::instance()
    ->fromCache(NULL, NULL, NULL, TRUE);
}