public function FormBaseTest::tearDown in Form Builder 7.2
File
- tests/
FormBaseTest.php, line 19
Class
Namespace
Drupal\form_builderCode
public function tearDown() {
parent::tearDown();
FormBase::purge(0);
Loader::instance()
->fromCache(NULL, NULL, NULL, TRUE);
}