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