You are here

public static property RateWidgetTestBase::$modules in Rate 8.2

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/RateWidgetTestBase.php, line 27

Class

RateWidgetTestBase
Holds set of tools for the rate widget testing.

Namespace

Drupal\Tests\rate\Functional

Code

public static $modules = [
  'comment',
  'rate',
  'views',
  'datetime',
];