You are here

function Faq_AskTestCase::tearDown in FAQ_Ask 7

Tear the whole thing down again

Overrides DrupalWebTestCase::tearDown

File

./faq_ask.test, line 104
Test Faq_Ask functionality Base test class. All tests inherits this one Hugely based on code from the test file block.test by boombatower

Class

Faq_AskTestCase
Base class that is extended by test cases

Code

function tearDown() {

  // Things to tidy up like vars and stuff
  parent::tearDown();
}