You are here

public static property PollTestBase::$modules in Poll 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/PollTestBase.php, line 48

Class

PollTestBase
Defines a base class for testing the Poll module.

Namespace

Drupal\Tests\poll\Functional

Code

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