function WorkflowNamedTransitionsTest::tearDown in Workflow 7.2
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
File
- workflow_admin_ui/
includes/ Test/ workflow_named_transitions.test, line 41 - Tests for the Workflow Named Transitions module.
Class
- WorkflowNamedTransitionsTest
- @file Tests for the Workflow Named Transitions module.
Code
function tearDown() {
parent::tearDown();
}