You are here

protected property FileLinkRedirectTest::$defaultTheme in File Link 2.0.x

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/FileLinkRedirectTest.php, line 34

Class

FileLinkRedirectTest
Tests the redirect functionality of the 'file_link' field type.

Namespace

Drupal\Tests\file_link\Functional

Code

protected $defaultTheme = 'stark';