public static property PollTestBase::$modules

Modules to enable.

Type: array

File

drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTestBase.php, line 22
Definition of Drupal\poll\Tests\PollTestBase.

Class

PollTestBase
Defines a base class for testing the Poll module.

Namespace

Drupal\poll\Tests

Code

public static $modules = array(
  'node',
  'poll',
);