You are here

protected static property RoleBasedPathTest::$modules in Role Based Theme Switcher 9.1.x

Same name and namespace in other branches
  1. 8 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 26

Class

RoleBasedPathTest
Description of RoleBasedPathTest.

Namespace

Drupal\Tests\role_based_theme_switcher\Functional

Code

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