public function YamlFormSubmissionStorageTest::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/ YamlFormSubmissionStorageTest.php, line 34
Class
- YamlFormSubmissionStorageTest
- Tests for form storage tests.
Namespace
Drupal\yamlform\TestsCode
public function tearDown() {
$this
->purgeSubmissions();
parent::tearDown();
}