You are here

protected property AdminLoginPathRouteTest::$defaultTheme in Admin Login Path 2.x

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

The theme to install as the default for testing.

Defaults to the install profile's default theme, if it specifies any.

Type: string

Overrides BrowserTestBase::$defaultTheme

File

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

Class

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

Namespace

Drupal\Tests\admin_login_path\Functional

Code

protected $defaultTheme = 'stark';