You are here

function MigrateFunctionalTest::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_ui.test, line 82
Tests for the Migrate UI.

Class

MigrateFunctionalTest
UI tests for the Migrate module

Code

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