public static function StateFlowUnitTest::getInfo in State Machine 7.2
Same name and namespace in other branches
- 6 modules/state_flow/tests/state_flow.test \StateFlowUnitTest::getInfo()
- 7 modules/state_flow/tests/state_flow.test \StateFlowUnitTest::getInfo()
File
- modules/
state_flow/ tests/ state_flow.test, line 10 - state_flow.test
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',
);
}