You are here

protected property FixedRatesFormWebTest::$defaultTheme in Currency 8.3

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

Class

FixedRatesFormWebTest
\Drupal\currency\Form\FixedRatesForm web test.

Namespace

Drupal\Tests\currency\Functional\Form

Code

protected $defaultTheme = 'stark';