protected function CountdownBlockTest::setUp in Countdown 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ CountdownBlockTest.php, line 41
Class
- CountdownBlockTest
- Tests if the Countdown form block is available.
Namespace
Drupal\Tests\countdown\FunctionalCode
protected function setUp() {
parent::setUp();
// Create a new user.
$this->adminUser = $this
->drupalCreateUser([
'administer blocks',
]);
$this
->drupalLogin($this->adminUser);
}