You are here

public static property TokenReplacementTest::$modules in Tokens in Views Filter Criteria 8

Modules to enable.

Type: array

Overrides ViewsKernelTestBase::$modules

File

tests/src/Kernel/TokenReplacementTest.php, line 28

Class

TokenReplacementTest
Tests handler token replacement in filter.

Namespace

Drupal\Tests\token_views_filter\Kernel

Code

public static $modules = [
  'token_views_filter',
  'token',
  'token_views_filter_test',
];