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