You are here

function MigrateProfileTest::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_profile.test, line 29
Tests for profile migration

Class

MigrateProfileTest
@file Tests for profile migration

Code

function tearDown() {
  parent::tearDown();
}