function FaqAskTestCase::tearDown in FAQ_Ask 6.2
Tear the whole thing down again
Overrides DrupalWebTestCase::tearDown
File
- ./
faq_ask.test, line 90 - Test FAQ functionality Base test class. All tests inherits this one. Hugely based on code from the test file block.test by boombatower
Class
- FaqAskTestCase
- Base class that is extended by test cases.
Code
function tearDown() {
// Things to tidy up like vars and stuff
parent::tearDown();
}