You are here

public static property IpAddressBlockingTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php \Drupal\Tests\ban\Functional\IpAddressBlockingTest::modules
  2. 10 core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php \Drupal\Tests\ban\Functional\IpAddressBlockingTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php, line 21

Class

IpAddressBlockingTest
Tests IP address banning.

Namespace

Drupal\Tests\ban\Functional

Code

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