protected property SynonymsTermMergeWebTestCase::$field in Term Merge 7
Field definition array within which the testing will happen.
Type: array
File
- ./
term_merge.test, line 1316 - Test the Term Merge module.
Class
- SynonymsTermMergeWebTestCase
- Test the integration between Term Merge module and Synonyms module.
Code
protected $field = array(
'field_name' => 'term_merge_synonyms_test',
'type' => 'text',
);