You are here

public function NodeImportAPITestCase::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/node_import.test, line 25

Class

NodeImportAPITestCase

Code

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