static function SPSTestStateFlowUnitTest::getInfo in State Machine 7.2
File
- modules/
state_flow_sps/ tests/ StateFlowSPSTestUnit.test, line 3
Class
Code
static function getInfo() {
return array(
'name' => 'SPS Test State Flow Unit Tests',
'description' => 'Test the functionality of the StateFlowOverride object',
'group' => 'SPSIntegration',
);
}