public static function StateFlowWebTestCaseInstallOnExistingSite::getInfo in State Machine 7.3
File
- modules/
state_flow/ tests/ state_flow.test, line 730 - state_flow.test
Class
- StateFlowWebTestCaseInstallOnExistingSite
- Tests for State Flow when nodes are created before installing state machine.
Code
public static function getInfo() {
return array(
'name' => 'StateFlow tests for sites with pre-existing nodes.',
'description' => 'Test how State Flow behaves with nodes created before installing State Flow.',
'group' => 'State Machine',
);
}