function PollVoteTestCase::tearDown
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
File
-
modules/
poll/ poll.test, line 303
Class
Code
function tearDown() {
parent::tearDown();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.