protected function CustomBlockCreationTest::setUp

Sets the test up.

Overrides CustomBlockTestBase::setUp

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php, line 41
Contains \Drupal\custom_block\Tests\CustomBlockCreationTest.

Class

CustomBlockCreationTest
Tests creating and saving a block.

Namespace

Drupal\custom_block\Tests

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalLogin($this->adminUser);
}