function MigrateTaxonomyTest::tearDown in Migrate 6
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
File
- tests/
modules/ core/ migrate_taxonomy.test, line 29 - Tests for taxonomy migration
Class
- MigrateTaxonomyTest
- @file Tests for taxonomy migration
Code
function tearDown() {
parent::tearDown();
}