You are here

function TaxonomyEdgeTreeTestCase::tearDown in Taxonomy Edge 6

Same name and namespace in other branches
  1. 8 tests/tree.test \TaxonomyEdgeTreeTestCase::tearDown()
  2. 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();
}