You are here

public static property ViewsTest::$modules in Token 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/ViewsTest.php, line 20

Class

ViewsTest
Test the views tokens.

Namespace

Drupal\Tests\token\Kernel

Code

public static $modules = [
  'views',
  'block',
];