You are here

protected static property RoleBasedPathTest::$modules in Role Based Theme Switcher 8

Same name and namespace in other branches
  1. 9.1.x tests/src/Functional/RoleBasedPathTest.php \Drupal\Tests\role_based_theme_switcher\Functional\RoleBasedPathTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/RoleBasedPathTest.php, line 24

Class

RoleBasedPathTest
Description of RoleBasedPathTest

Namespace

Drupal\Tests\role_based_theme_switcher\Functional

Code

protected static $modules = [
  'role_based_theme_switcher',
];