function StateFlowUnitTest::setup in State Machine 7.2
Same name and namespace in other branches
- 6 modules/state_flow/tests/state_flow.test \StateFlowUnitTest::setup()
- 7 modules/state_flow/tests/state_flow.test \StateFlowUnitTest::setup()
File
- modules/
state_flow/ tests/ state_flow.test, line 18 - state_flow.test
Class
- StateFlowUnitTest
- Unit tests for the StateFlow revision state machine.
Code
function setup() {
parent::setup('state_machine', 'state_flow');
}