public function IPBanFunctionalTest::setUp in IP Ban 8
Same name in this branch
- 8 ip_ban.test \IPBanFunctionalTest::setUp()
- 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\TestsCode
public function setUp() {
parent::setUp();
$this
->drupalLogin($this->adminSitesUser);
}