You are here

public function StateFlowWebTestCase::_addintegerfield in State Machine 7.3

Add a text field to the state flow history entity.

1 call to StateFlowWebTestCase::_addintegerfield()
StateFlowWebTestCase::testOfFieldValidation in modules/state_flow/tests/state_flow.test
Verify that two node objects are not saved.

File

modules/state_flow/tests/state_flow.test, line 311
state_flow.test

Class

StateFlowWebTestCase
Unit tests for the StateFlow revision state machine.

Code

public function _addintegerfield() {
  module_load_include('inc', 'state_flow', 'tests/state_flow.test');
  state_flow_add_test_integer_field();
}