function TaxonomyEdgeTreeTestCase::tearDown in Taxonomy Edge 6
Same name and namespace in other branches
- 8 tests/tree.test \TaxonomyEdgeTreeTestCase::tearDown()
- 7 tests/tree.test \TaxonomyEdgeTreeTestCase::tearDown()
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
File
- tests/
tree.test, line 20
Class
- TaxonomyEdgeTreeTestCase
- @file
Code
function tearDown() {
taxonomy_del_vocabulary($this->vocabulary['vid']);
parent::tearDown();
}