You are here

public function BetterStatisticsTest::tearDown in Better Statistics 7

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

Overrides DrupalWebTestCase::tearDown

File

./better_statistics.test, line 47
Tests for the Better Statistics Module.

Class

BetterStatisticsTest
Functional tests for Better Statistics.

Code

public function tearDown() {
  parent::tearDown();
}