You are here

public property SharerichTest::$modules in Sharerich 7.3

Same name and namespace in other branches
  1. 7.2 tests/sharerich.test \SharerichTest::modules

Modules to enable.

Type: array

File

tests/sharerich.test, line 16

Class

SharerichTest
Sharerich tests.

Code

public $modules = array(
  'block',
  'token',
  'contextual',
  'node',
  'field',
  'text',
  'sharerich',
);