You are here

function ContextUnitTestCase::tearDown in Context 6.2

Same name and namespace in other branches
  1. 6 tests/context.test \ContextUnitTestCase::tearDown()

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

Overrides DrupalWebTestCase::tearDown

File

tests/context.test, line 19

Class

ContextUnitTestCase

Code

function tearDown() {
  return;
}