You are here

protected static property GdprFieldConfigTest::$modules in General Data Protection Regulation 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/gdpr_fields/tests/src/Functional/GdprFieldConfigTest.php \Drupal\Tests\gdpr_fields\Functional\GdprFieldConfigTest::modules
  2. 8 modules/gdpr_fields/tests/src/Functional/GdprFieldConfigTest.php \Drupal\Tests\gdpr_fields\Functional\GdprFieldConfigTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/gdpr_fields/tests/src/Functional/GdprFieldConfigTest.php, line 17

Class

GdprFieldConfigTest
Tests GDPR fields and configuration.

Namespace

Drupal\Tests\gdpr_fields\Functional

Code

protected static $modules = [
  'gdpr',
  'gdpr_fields',
  'gdpr_tasks',
  'gdpr_consent',
  'anonymizer',
  'file',
];