You are here

protected property LinkManipulatorTest::$defaultTheme in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 tests/src/Functional/LinkManipulatorTest.php \Drupal\Tests\fillpdf\Functional\LinkManipulatorTest::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/LinkManipulatorTest.php, line 28

Class

LinkManipulatorTest
@coversDefaultClass \Drupal\fillpdf\Service\FillPdfLinkManipulator

Namespace

Drupal\Tests\fillpdf\Functional

Code

protected $defaultTheme = 'stark';