public static property IPBanTestBase::$modules in IP Ban 8
Modules to enable.
ip2country is required by ip_ban, but should be installed by default since it's a dependent module.
Type: array
File
- src/
Tests/ IPBanTestBase.php, line 32
Class
- IPBanTestBase
- IP Ban Admin form tests.
Namespace
Drupal\ip_ban\TestsCode
public static $modules = array(
'block',
'node',
'ip2country',
'ip_ban',
);