You are here

protected static property RestrictIpAccessTest::$modules in Restrict IP 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/RestrictIpAccessTest.php \Drupal\Tests\restrict_ip\Functional\RestrictIpAccessTest::modules
  2. 3.x tests/src/Functional/RestrictIpAccessTest.php \Drupal\Tests\restrict_ip\Functional\RestrictIpAccessTest::modules

* Modules to enable. * *

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/RestrictIpAccessTest.php, line 15

Class

RestrictIpAccessTest
@group restrict_ip

Namespace

Drupal\Tests\restrict_ip\Functional

Code

protected static $modules = [
  'restrict_ip',
  'node',
];