You are here

function MigrateUserTest::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_user.test, line 30
Tests for user migration

Class

MigrateUserTest
@file Tests for user migration

Code

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