public function YamlFormWizardTest::tearDown in YAML Form 8
Cleans up after testing.
Deletes created files and temporary files directory, deletes the tables created by setUp(), and resets the database prefix.
Overrides WebTestBase::tearDown
File
- src/
Tests/ YamlFormWizardTest.php, line 35
Class
- YamlFormWizardTest
- Tests for form wizard.
Namespace
Drupal\yamlform\TestsCode
public function tearDown() {
$this
->purgeSubmissions();
parent::tearDown();
}