protected static property RulesFormsRulesTestCase::$formState in Rules Forms Support 7
Same name and namespace in other branches
- 7.2 rules_forms.test \RulesFormsRulesTestCase::formState
A test form state array for passing as an argument in events.
Type: array
File
- ./
rules_forms.test, line 167 - Stores tests related to Rules Form.
Class
- RulesFormsRulesTestCase
- Base class for testing Rules Forms rules.
Code
protected static $formState = array(
'values' => array(
'title' => 'tset',
'body' => 'tset',
),
);