function PrivatemsgTestCase::tearDown in Privatemsg 7
Implements tearDown().
Overrides DrupalWebTestCase::tearDown
File
- ./
privatemsg.test, line 903  - Test file for privatemsg.module
 
Class
Code
function tearDown() {
  //we dont really need to do this. i'm adding it just to keep it in front of my eyes so i can memorize it.
  parent::tearDown();
}