You are here

public function NodeImportNode::tearDown in Node import 6

Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

Overrides NodeImportTestCase::tearDown

File

tests/supported/node.test, line 24

Class

NodeImportNode

Code

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