You are here

public static property UrlTest::$modules in Token 8

Modules to install.

Type: string[]

Overrides BrowserTestBase::$modules

File

tests/src/Functional/UrlTest.php, line 39

Class

UrlTest
Tests URL tokens.

Namespace

Drupal\Tests\token\Functional

Code

public static $modules = [
  'node',
  'token',
  'block',
];