You are here

public static property SecKitTestCaseTest::$modules in Security Kit 2.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/SecKitTestCaseTest.php \Drupal\Tests\seckit\Functional\SecKitTestCaseTest::modules

Array of modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/SecKitTestCaseTest.php, line 35

Class

SecKitTestCaseTest
Functional tests for Security Kit.

Namespace

Drupal\Tests\seckit\Functional

Code

public static $modules = [
  'seckit',
  'filter',
];