public static property PollBlockTest::$modules

Modules to enable.

Type: array

Overrides PollTestBase::$modules

File

drupal/core/modules/poll/lib/Drupal/poll/Tests/PollBlockTest.php, line 20
Definition of Drupal\poll\Tests\PollBlockTest.

Class

PollBlockTest
Tests the recent poll block.

Namespace

Drupal\poll\Tests

Code

public static $modules = array(
  'block',
);