You are here

protected property PreviewLinkNodeTest::$defaultTheme in Preview Link 2.0.x

Same name and namespace in other branches
  1. 2.x tests/src/Functional/PreviewLinkNodeTest.php \Drupal\Tests\preview_link\Functional\PreviewLinkNodeTest::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/PreviewLinkNodeTest.php, line 23

Class

PreviewLinkNodeTest
Tests nodes are referencable.

Namespace

Drupal\Tests\preview_link\Functional

Code

protected $defaultTheme = 'classy';