function MigrateUnitTest::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/
migrate_api.test, line 33 - Tests for the Migrate API.
Class
- MigrateUnitTest
- API tests for the Migrate module
Code
function tearDown() {
parent::tearDown();
}