You are here

public static property SecurityReviewTest::$modules in Security Review 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/SecurityReviewTest.php, line 19

Class

SecurityReviewTest
Contains tests related to the SecurityReview class.

Namespace

Drupal\Tests\security_review\Kernel

Code

public static $modules = [
  'security_review',
];