function MigrateNodeTest::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_node.test, line 30 - Tests for node migration
Class
- MigrateNodeTest
- @file Tests for node migration
Code
function tearDown() {
parent::tearDown();
}