You are here

public static property EvaTestBase::$modules in EVA: Entity Views Attachment 8

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/EvaTestBase.php \Drupal\Tests\eva\Functional\EvaTestBase::modules

* Modules to install. * *

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/EvaTestBase.php, line 18

Class

EvaTestBase
Browser testing for Eva.

Namespace

Drupal\Tests\eva\Functional

Code

public static $modules = [
  'eva',
  'eva_test',
  'node',
  'views',
  'user',
  'text',
];