function TableSortTest::tearDown

Overrides DrupalUnitTestCase::tearDown

File

modules/simpletest/tests/tablesort.test, line 35

Class

TableSortTest
Test unicode handling features implemented in unicode.inc.

Code

function tearDown() {
  // Revert $_GET.
  $_GET = $this->GET;
  parent::tearDown();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.