protected static property TMGMTTestBase::$modules

Same name in this branch
  1. 8.x-1.x src/Tests/TMGMTTestBase.php \Drupal\tmgmt\Tests\TMGMTTestBase::modules
  2. 8.x-1.x tests/src/Functional/TMGMTTestBase.php \Drupal\Tests\tmgmt\Functional\TMGMTTestBase::modules

Modules to enable.

Type: array

File

tests/src/Functional/TMGMTTestBase.php, line 27

Class

TMGMTTestBase
Base class for tests.

Namespace

Drupal\Tests\tmgmt\Functional

Code

protected static $modules = array(
  'tmgmt',
  'tmgmt_test',
  'node',
  'block',
  'locale',
);