You are here

function PollBlockTest::setUp in Poll 8

Overrides PollTestBase::setUp

File

tests/src/Functional/PollBlockTest.php, line 19

Class

PollBlockTest
Tests the recent poll block.

Namespace

Drupal\Tests\poll\Functional

Code

function setUp() {
  parent::setUp();

  // Enable the recent poll block.
  $this
    ->drupalPlaceBlock('poll_recent_block');
}