function ContextUnitTestCase::tearDown in Context 6
Same name and namespace in other branches
- 6.2 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
Code
function tearDown() {
return;
}