protected function CustomBlockSaveTest::setUp

Sets the test up.

Overrides CustomBlockTestBase::setUp

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php, line 38
Contains \Drupal\custom_block\Tests\CustomBlockSaveTest.

Class

CustomBlockSaveTest
Tests block save related functionality.

Namespace

Drupal\custom_block\Tests

Code

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