public static function StateFlowUnitTest::getInfo in State Machine 6
Same name and namespace in other branches
- 7 modules/state_flow/tests/state_flow.test \StateFlowUnitTest::getInfo()
- 7.2 modules/state_flow/tests/state_flow.test \StateFlowUnitTest::getInfo()
File
- modules/
state_flow/ tests/ state_flow.test, line 7
Class
- StateFlowUnitTest
- Unit tests for the StateFlow revision state machine.
Code
public static function getInfo() {
return array(
'name' => 'StateFlow basic tests',
'description' => 'Perform basic unit tests on the StateFlow revision state machine.',
'group' => 'State Machine',
);
}