public static property GdprFieldConfigTest::$modules in General Data Protection Regulation 8.2
Same name and namespace in other branches
- 8 modules/gdpr_fields/tests/src/Functional/GdprFieldConfigTest.php \Drupal\Tests\gdpr_fields\Functional\GdprFieldConfigTest::modules
- 3.0.x 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\FunctionalCode
public static $modules = [
'gdpr',
'gdpr_fields',
'gdpr_tasks',
'gdpr_consent',
'anonymizer',
'file',
];