function UserRelationshipsApiSocnetTestCase::tearDown in User Relationships 6
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
File
- user_relationships_api/
tests/ user_relationships_api.socnet.test, line 85 - Social networking hook API testcase @author Alex Karshakevich http://drupal.org/user/183217
Class
- UserRelationshipsApiSocnetTestCase
- @file Social networking hook API testcase @author Alex Karshakevich http://drupal.org/user/183217
Code
function tearDown() {
unset($this->rtypes);
parent::tearDown();
}