You are here

function VoteUpDownTestCase::tearDown in Vote Up/Down 6

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

Overrides DrupalWebTestCase::tearDown

File

tests/vote_up_down.test, line 71
Test file for Vote Up/Down.

Class

VoteUpDownTestCase

Code

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