You are here

protected property SynonymsWebTestCase::$behavior_implementation in Synonyms 7

Behavior implementation that is being tested.

Type: array

File

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

Class

SynonymsWebTestCase
Base class for all Synonyms web test cases.

Code

protected $behavior_implementation = array(
  'provider' => NULL,
  'entity_type' => 'taxonomy_term',
  'bundle' => NULL,
  'behavior' => NULL,
  'settings' => array(),
);