You are here

public static property LoginSecuritySoftBlockTest::$modules in Login Security 2.x

Modules needed for testing purposes.

Array of modules to enable for testing purposes.

Type: array

Overrides LoginSecurityTestBase::$modules

File

tests/src/Functional/LoginSecuritySoftBlockTest.php, line 20

Class

LoginSecuritySoftBlockTest
Test Login Security's soft blocking restrictions.

Namespace

Drupal\Tests\login_security\Functional

Code

public static $modules = [
  'user',
  'login_security',
];