You are here

public static property IpAddressBlockingTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/ban/src/Tests/IpAddressBlockingTest.php \Drupal\ban\Tests\IpAddressBlockingTest::modules

Modules to install.

Type: array

File

core/modules/ban/src/Tests/IpAddressBlockingTest.php, line 24
Contains \Drupal\ban\Tests\IpAddressBlockingTest.

Class

IpAddressBlockingTest
Tests IP address banning.

Namespace

Drupal\ban\Tests

Code

public static $modules = array(
  'ban',
);