You are here

public static property ContactViewBuilderTest::$modules in Contact Storage 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ContactViewBuilderTest.php, line 17

Class

ContactViewBuilderTest
Tests adding contact form as entity reference and viewing them through UI.

Namespace

Drupal\Tests\contact_storage\Functional

Code

public static $modules = [
  'user',
  'node',
  'contact',
  'field_ui',
  'contact_test',
  'contact_storage',
];