You are here

protected static property IpAddressBlockingTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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