function BanIpTest::setUp

Same name in other branches
  1. 11.x 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\Kernel

Code

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.