You are here

public function IPBanFormTest::setUp in IP Ban 8

Same name in this branch
  1. 8 ip_ban.test \IPBanFormTest::setUp()
  2. 8 src/Tests/IPBanFormTest.php \Drupal\ip_ban\Tests\IPBanFormTest::setUp()

Implement setUp().

Overrides IPBanTestBase::setUp

File

src/Tests/IPBanFormTest.php, line 20

Class

IPBanFormTest
Tests the IP Ban admin page form.

Namespace

Drupal\ip_ban\Tests

Code

public function setUp() {
  parent::setUp();
  $this
    ->drupalLogin($this->adminSitesUser);
}