You are here

protected property AmountFormattingFormWebTest::$defaultTheme in Currency 8.3

Same name in this branch
  1. 8.3 tests/src/Functional/Controller/AmountFormattingFormWebTest.php \Drupal\Tests\currency\Functional\Controller\AmountFormattingFormWebTest::defaultTheme
  2. 8.3 tests/src/Functional/Form/AmountFormattingFormWebTest.php \Drupal\Tests\currency\Functional\Form\AmountFormattingFormWebTest::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/Form/AmountFormattingFormWebTest.php, line 19

Class

AmountFormattingFormWebTest
\Drupal\currency\Form\AmountFormattingForm web test.

Namespace

Drupal\Tests\currency\Functional\Form

Code

protected $defaultTheme = 'stark';