You are here

protected static property SharerichTests::$modules in Sharerich 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/SharerichTests.php, line 38

Class

SharerichTests
Sharerich tests.

Namespace

Drupal\Tests\sharerich\Functional

Code

protected static $modules = [
  'block',
  'token',
  'contextual',
  'node',
  'field',
  'text',
  'sharerich',
];