public function StateFlowWebTestCase::_addtextfield in State Machine 7.3
Add a text field to the state flow history entity.
1 call to StateFlowWebTestCase::_addtextfield()
- StateFlowWebTestCase::testOfPublishedViewsHandler in modules/
state_flow/ tests/ state_flow.test - Test state_flow_handler_field_is_node_revision_published.inc.
File
- modules/
state_flow/ tests/ state_flow.test, line 303 - state_flow.test
Class
- StateFlowWebTestCase
- Unit tests for the StateFlow revision state machine.
Code
public function _addtextfield() {
module_load_include('inc', 'state_flow', 'tests/state_flow.test');
state_flow_add_test_text_field();
}