function EntityTranslationCommentTestCase::tearDown in Entity Translation 7
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
File
- tests/
entity_translation.test, line 399 - Tests for Entity translation module.
Class
- EntityTranslationCommentTestCase
- Basic tests for comment related things.
Code
function tearDown() {
unset($this->comment_user);
parent::tearDown();
}