function MigrateBlockedIpsTest::setUp
Overrides MigrateDrupal7TestBase::setUp
File
-
core/
modules/ ban/ tests/ src/ Kernel/ Migrate/ d7/ MigrateBlockedIpsTest.php, line 27
Class
- MigrateBlockedIpsTest
- Migrate blocked IPs.
Namespace
Drupal\Tests\ban\Kernel\Migrate\d7Code
protected function setUp() : void {
parent::setUp();
$this->installSchema('ban', [
'ban_ip',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.