function BanIpTest::setUp
Same name in other branches
- 10 core/modules/ban/tests/src/Kernel/BanIpTest.php \Drupal\Tests\ban\Kernel\BanIpTest::setUp()
Overrides KernelTestBase::setUp
File
-
core/
modules/ ban/ tests/ src/ Kernel/ BanIpTest.php, line 24
Class
- BanIpTest
- @group ban
Namespace
Drupal\Tests\ban\KernelCode
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.