You are here

public function IPBanFunctionalTest::setUp in IP Ban 8

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

Implement setUp().

Overrides IPBanTestBase::setUp

File

src/Tests/IPBanFunctionalTest.php, line 22

Class

IPBanFunctionalTest
Tests the complete ban and read only functionality of the IP Ban module.

Namespace

Drupal\ip_ban\Tests

Code

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