You are here

public static property AdminLoginPathRouteTest::$modules in Admin Login Path 8

Same name and namespace in other branches
  1. 2.x tests/src/Functional/AdminLoginPathRouteTest.php \Drupal\Tests\admin_login_path\Functional\AdminLoginPathRouteTest::modules

Modules to install.

Type: string[]

Overrides BrowserTestBase::$modules

File

tests/src/Functional/AdminLoginPathRouteTest.php, line 25

Class

AdminLoginPathRouteTest
Tests the functionality of the Admin Login Path route subscriber.

Namespace

Drupal\Tests\admin_login_path\Functional

Code

public static $modules = [
  'admin_login_path',
];