public function NodeImportTestCase::tearDown in Node import 6
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
2 calls to NodeImportTestCase::tearDown()
- NodeImportAPITestCase::tearDown in tests/
node_import.test - Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
- NodeImportNode::tearDown in tests/
supported/ node.test - Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
2 methods override NodeImportTestCase::tearDown()
- NodeImportAPITestCase::tearDown in tests/
node_import.test - Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
- NodeImportNode::tearDown in tests/
supported/ node.test - Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
File
- tests/
NodeImportTestCase.php, line 17 - DrupalWebTestCase wrapper with some extra functions to ease the development of node_import tests.
Class
- NodeImportTestCase
- @file DrupalWebTestCase wrapper with some extra functions to ease the development of node_import tests.
Code
public function tearDown() {
parent::tearDown();
}