You are here

public function TaxonomyTermArgumentSynonymsWebTestCase::setUp in Synonyms 7

SetUp method.

Overrides SynonymsWebTestCase::setUp

File

./synonyms.test, line 1872
Tests for the Synonyms module.

Class

TaxonomyTermArgumentSynonymsWebTestCase
Test 'term_synonyms' cTools argument plugin implementation.

Code

public function setUp($modules = array()) {
  $this->behavior_implementation['behavior'] = 'autocomplete';
  $this->behavior_implementation['settings'] = array(
    'wording' => '@synonym',
  );
  parent::setUp($modules);
}