You are here

public function LinkSanitizeTest::tearDown in Link 7

Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

Overrides DrupalWebTestCase::tearDown

File

tests/LinkSanitizeTest.test, line 41

Class

LinkSanitizeTest
Test for _link_sanitize().

Code

public function tearDown(array $modules = array()) {
  $_GET['q'] = $this->q;
  parent::tearDown();
}