You are here

protected function PollFieldTest::setUp in Poll 8

Overrides PollTestBase::setUp

File

tests/src/Functional/PollFieldTest.php, line 40

Class

PollFieldTest
Tests the poll fields.

Namespace

Drupal\Tests\poll\Functional

Code

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

  // Add breadcrumb block.
  $this
    ->drupalPlaceBlock('system_breadcrumb_block');
}