You are here

function MigrateCommentTest::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_comment.test, line 133
Tests for comment migration

Class

MigrateCommentTest
@file Tests for comment migration

Code

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